summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/SoundcloudCom.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/hoster/SoundcloudCom.py
parentFix previous merge commit (diff)
downloadpyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz
New base plugins
Diffstat (limited to 'pyload/plugins/hoster/SoundcloudCom.py')
-rw-r--r--pyload/plugins/hoster/SoundcloudCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/SoundcloudCom.py b/pyload/plugins/hoster/SoundcloudCom.py
index afe8eaf62..bf8555439 100644
--- a/pyload/plugins/hoster/SoundcloudCom.py
+++ b/pyload/plugins/hoster/SoundcloudCom.py
@@ -3,7 +3,7 @@
import pycurl
import re
-from pyload.plugins.Hoster import Hoster
+from pyload.plugins.base.Hoster import Hoster
class SoundcloudCom(Hoster):