* 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

@ -1,4 +1,5 @@
2006-08-18 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method.
* src/plugins/MediaManager.py: Add list of affected paths to the
confirmation.

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):
"""