From f16dfca225c40db292c8def7425713d209ce64dc Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 19 Aug 2006 00:48:01 +0000 Subject: [PATCH] * src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method. svn: r7205 --- gramps2/ChangeLog | 1 + gramps2/src/PluginUtils/_Tool.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index ac935d002..6b7190541 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-08-18 Alex Roitman + * src/PluginUtils/_Tool.py (BatchTool.run): Remove redundant method. * src/plugins/MediaManager.py: Add list of affected paths to the confirmation. diff --git a/gramps2/src/PluginUtils/_Tool.py b/gramps2/src/PluginUtils/_Tool.py index 2c925e2c5..a0c4c1f42 100644 --- a/gramps2/src/PluginUtils/_Tool.py +++ b/gramps2/src/PluginUtils/_Tool.py @@ -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): """