From bee1ec5261be11fb7d09ad6c5eecb0da02c25e85 Mon Sep 17 00:00:00 2001 From: Jeix Date: Thu, 30 Jun 2011 18:23:10 +0200 Subject: cleanup --- module/plugins/Plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 2ed83a64a..9caf4d81a 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -159,7 +159,6 @@ 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): -- cgit v1.2.3