diff options
author | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
commit | bf1c269eb7586716d4cf4284afd208e597ee69d1 (patch) | |
tree | 749de8b2ad94209a334adc88968433386fe28d69 /module/plugins/ShragleCom.py | |
parent | netload.in fix (diff) | |
download | pyload-bf1c269eb7586716d4cf4284afd208e597ee69d1.tar.xz |
Cleaned plugin index function
Diffstat (limited to 'module/plugins/ShragleCom.py')
-rw-r--r-- | module/plugins/ShragleCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/ShragleCom.py b/module/plugins/ShragleCom.py index bcf650d69..c0cc9de72 100644 --- a/module/plugins/ShragleCom.py +++ b/module/plugins/ShragleCom.py @@ -4,7 +4,7 @@ import re import time -from Plugin import Plugin +from module.Plugin import Plugin class ShragleCom(Plugin): @@ -69,4 +69,4 @@ class ShragleCom(Plugin): return True def proceed(self, url, location): - self.req.download(url, location, {'fileID': self.fileID, 'dlSession': self.dlSession, 'userID': self.userID, 'password': self.password, 'lang': self.lang})
\ No newline at end of file + self.req.download(url, location, {'fileID': self.fileID, 'dlSession': self.dlSession, 'userID': self.userID, 'password': self.password, 'lang': self.lang}) |