* src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method.
svn: r7205
This commit is contained in:
parent
7fa42f0f71
commit
f16dfca225
@ -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.
|
||||
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user