diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-26 22:46:44 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-26 22:46:44 +0100 |
commit | f513f69f09b091f7c29f607d5c32ff8e35e8282a (patch) | |
tree | 58e77618449280c4ae1b1f6095d80a352ea82d31 /pyload/plugins/crypter/TrailerzoneInfo.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-f513f69f09b091f7c29f607d5c32ff8e35e8282a.tar.xz |
Fix previous merge
Diffstat (limited to 'pyload/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r-- | pyload/plugins/crypter/TrailerzoneInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/TrailerzoneInfo.py b/pyload/plugins/crypter/TrailerzoneInfo.py index abdb2307e..a1a7e8477 100644 --- a/pyload/plugins/crypter/TrailerzoneInfo.py +++ b/pyload/plugins/crypter/TrailerzoneInfo.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo +from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo class TrailerzoneInfo(DeadCrypter): |