diff options
author | Jeix <devnull@localhost> | 2011-06-30 18:15:35 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2011-06-30 18:15:35 +0200 |
commit | e0a3cdbefd3218d5d0453dd401230c79f9bc8035 (patch) | |
tree | 1cfe7da0c0ee90c45ef4ec1cf6824e54ecdb7b2d /module/plugins/Plugin.py | |
parent | little thrift fixes, some new methods stubs (diff) | |
download | pyload-e0a3cdbefd3218d5d0453dd401230c79f9bc8035.tar.xz |
fixed #336 megavideo
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r-- | module/plugins/Plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 9caf4d81a..2ed83a64a 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -159,6 +159,7 @@ class Plugin(object): #---------------------------------------------------------------------- def process(self, pyfile): """the 'main' method of every plugin, you **have to** overwrite it""" + print "mmh:(" raise NotImplementedError def resetAccount(self): |