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:
parent
4385b50825
commit
8a6c5aef06
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
import os
|
||||
import imp
|
||||
import importlib
|
||||
import sys
|
||||
import glob
|
||||
import token
|
||||
|
Loading…
Reference in New Issue
Block a user