diff options
Diffstat (limited to 'pyload/plugins/crypter/DontKnowMe.py')
-rw-r--r-- | pyload/plugins/crypter/DontKnowMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/DontKnowMe.py b/pyload/plugins/crypter/DontKnowMe.py index e48f56561..6ef47dcee 100644 --- a/pyload/plugins/crypter/DontKnowMe.py +++ b/pyload/plugins/crypter/DontKnowMe.py @@ -4,7 +4,7 @@ import re from urllib import unquote -from pyload.plugins.internal.Crypter import Crypter +from pyload.plugins.Crypter import Crypter class DontKnowMe(Crypter): |