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 2d3bfa07a..4762f5d1d 100644 --- a/pyload/plugins/crypter/FourChanOrg.py +++ b/pyload/plugins/crypter/FourChanOrg.py @@ -4,7 +4,7 @@ import re -from pyload.plugins.Crypter import Crypter +from pyload.plugins.base.Crypter import Crypter class FourChanOrg(Crypter): |