diff options
Diffstat (limited to 'pyload/plugins/crypter/CzshareCom.py')
-rw-r--r-- | pyload/plugins/crypter/CzshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/CzshareCom.py b/pyload/plugins/crypter/CzshareCom.py index 61d943222..cd77f118d 100644 --- a/pyload/plugins/crypter/CzshareCom.py +++ b/pyload/plugins/crypter/CzshareCom.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import re -from pyload.plugins.internal.Crypter import Crypter +from pyload.plugins.Crypter import Crypter class CzshareCom(Crypter): |