summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/Dereferer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/Dereferer.py')
-rw-r--r--pyload/plugins/crypter/Dereferer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/Dereferer.py b/pyload/plugins/crypter/Dereferer.py
index 6a7ac8c67..90288fb59 100644
--- a/pyload/plugins/crypter/Dereferer.py
+++ b/pyload/plugins/crypter/Dereferer.py
@@ -4,7 +4,7 @@ import re
from urllib import unquote
-from pyload.plugins.Crypter import Crypter
+from pyload.plugins.base.Crypter import Crypter
class Dereferer(Crypter):