diff options
Diffstat (limited to 'Lib/pkgutil.py')
-rw-r--r-- | Lib/pkgutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pkgutil.py b/Lib/pkgutil.py index 8407b6d..8bdeb32 100644 --- a/Lib/pkgutil.py +++ b/Lib/pkgutil.py @@ -2,8 +2,8 @@ import os import sys -import imp import importlib +import imp import os.path from warnings import warn from types import ModuleType |