* src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method.

svn: r7205
This commit is contained in:
Alex Roitman
2006-08-19 00:48:01 +00:00
parent d05cc9b14f
commit 754000d00c
2 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,6 @@ class BatchTool(Tool):
Tool.__init__(self, dbstate, options_class, name)
self.fail = False
def run_tool(self): pass
class ActivePersonTool(Tool):
"""