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