1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-03-11 19:21:39 +00:00

fix: update the "imp" module to "importlib"

This commit is contained in:
Martin-Louis Bright
2024-01-14 20:09:52 -05:00
parent 4385b50825
commit 8a6c5aef06

View File

@@ -15,7 +15,7 @@
#
import os
import imp
import importlib
import sys
import glob
import token