summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hooks/ExtractArchive.py')
-rw-r--r--pyload/plugins/hooks/ExtractArchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hooks/ExtractArchive.py b/pyload/plugins/hooks/ExtractArchive.py
index 8d6f09172..92db9ce04 100644
--- a/pyload/plugins/hooks/ExtractArchive.py
+++ b/pyload/plugins/hooks/ExtractArchive.py
@@ -47,7 +47,7 @@ if os.name != "nt":
from os import chown
from pwd import getpwnam
-from pyload.plugins.Hook import Hook, threaded, Expose
+from pyload.plugins.base.Hook import Hook, threaded, Expose
from pyload.plugins.internal.AbstractExtractor import ArchiveError, CRCError, WrongPassword
from pyload.utils import safe_join, fs_encode