summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/TrailerzoneInfo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-26 22:46:44 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-26 22:46:44 +0100
commitf513f69f09b091f7c29f607d5c32ff8e35e8282a (patch)
tree58e77618449280c4ae1b1f6095d80a352ea82d31 /pyload/plugins/crypter/TrailerzoneInfo.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-f513f69f09b091f7c29f607d5c32ff8e35e8282a.tar.xz
Fix previous merge
Diffstat (limited to 'pyload/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r--pyload/plugins/crypter/TrailerzoneInfo.py2
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):