1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-16 20:29:02 +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
No known key found for this signature in database

View File

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