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 c418d20b0..37d205f73 100644 --- a/pyload/plugins/crypter/FourChanOrg.py +++ b/pyload/plugins/crypter/FourChanOrg.py @@ -4,7 +4,7 @@ import re -from pyload.plugins.base.Crypter import Crypter +from pyload.plugins.internal.Crypter import Crypter class FourChanOrg(Crypter): |