summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/DuckCryptInfo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 19:56:27 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 19:56:27 +0200
commitcc105b7dbc363d9786594c1e884f1836eb22e999 (patch)
treea52491dc5d35c448b86b07d099a6aca62bf2ac3c /pyload/plugins/crypter/DuckCryptInfo.py
parentFix previous merge commit (diff)
downloadpyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz
New base plugins
Diffstat (limited to 'pyload/plugins/crypter/DuckCryptInfo.py')
-rw-r--r--pyload/plugins/crypter/DuckCryptInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/DuckCryptInfo.py b/pyload/plugins/crypter/DuckCryptInfo.py
index 6c720297d..450fc867a 100644
--- a/pyload/plugins/crypter/DuckCryptInfo.py
+++ b/pyload/plugins/crypter/DuckCryptInfo.py
@@ -4,7 +4,7 @@ import re
from BeautifulSoup import BeautifulSoup
-from pyload.plugins.Crypter import Crypter
+from pyload.plugins.base.Crypter import Crypter
class DuckCryptInfo(Crypter):