summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/OneKhDe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/OneKhDe.py')
-rw-r--r--pyload/plugins/crypter/OneKhDe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/OneKhDe.py b/pyload/plugins/crypter/OneKhDe.py
index 4f3ab2a20..4f5592fb8 100644
--- a/pyload/plugins/crypter/OneKhDe.py
+++ b/pyload/plugins/crypter/OneKhDe.py
@@ -3,7 +3,7 @@
import re
from pyload.utils import html_unescape
-from pyload.plugins.Crypter import Crypter
+from pyload.plugins.base.Crypter import Crypter
class OneKhDe(Crypter):