diff options
author | 2014-10-03 19:56:27 +0200 | |
---|---|---|
committer | 2014-10-03 19:56:27 +0200 | |
commit | cc105b7dbc363d9786594c1e884f1836eb22e999 (patch) | |
tree | a52491dc5d35c448b86b07d099a6aca62bf2ac3c /pyload/plugins/crypter/SafelinkingNet.py | |
parent | Fix previous merge commit (diff) | |
download | pyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz |
New base plugins
Diffstat (limited to 'pyload/plugins/crypter/SafelinkingNet.py')
-rw-r--r-- | pyload/plugins/crypter/SafelinkingNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/SafelinkingNet.py b/pyload/plugins/crypter/SafelinkingNet.py index 9c68ba915..4129efca3 100644 --- a/pyload/plugins/crypter/SafelinkingNet.py +++ b/pyload/plugins/crypter/SafelinkingNet.py @@ -7,7 +7,7 @@ from pycurl import FOLLOWLOCATION from BeautifulSoup import BeautifulSoup from pyload.utils import json_loads -from pyload.plugins.Crypter import Crypter +from pyload.plugins.base.Crypter import Crypter from pyload.plugins.internal.CaptchaService import SolveMedia |