1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-03-12 03:31:37 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Martin-Louis Bright
f8689eceee Merge 8a6c5aef06 into 4385b50825 2024-01-14 20:12:45 -05:00
Martin-Louis Bright
8a6c5aef06 fix: update the "imp" module to "importlib" 2024-01-14 20:09:52 -05:00

View File

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