diff options
Diffstat (limited to 'pyload/plugins/crypter/XupPl.py')
-rw-r--r-- | pyload/plugins/crypter/XupPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/XupPl.py b/pyload/plugins/crypter/XupPl.py index 8d09e28a3..9a5f99e5a 100644 --- a/pyload/plugins/crypter/XupPl.py +++ b/pyload/plugins/crypter/XupPl.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from pyload.plugins.Crypter import Crypter +from pyload.plugins.base.Crypter import Crypter class XupPl(Crypter): |