Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils improve import strategy svn: r12680
This commit is contained in:
@@ -197,7 +197,8 @@ class GenericFilter(object):
|
||||
def check(self, db, handle):
|
||||
return self.get_check_func()(db, [handle])
|
||||
|
||||
# progress is optional. If present it must be an instance of Utils.ProgressMeter
|
||||
# progress is optional. If present it must be an instance of
|
||||
# gui.utils.ProgressMeter
|
||||
def apply(self, db, id_list=None, progress=None):
|
||||
m = self.get_check_func()
|
||||
for rule in self.flist:
|
||||
|
Reference in New Issue
Block a user