* src/plugins/_CommandLineReport.py: missing import - CustomFilters
svn: r7025
This commit is contained in:
parent
17ffd15582
commit
196b72b1ef
@ -1,3 +1,6 @@
|
|||||||
|
2006-07-07 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/_CommandLineReport.py: missing import - CustomFilters
|
||||||
|
|
||||||
2006-07-12 Don Allingham <don@gramps-project.org>
|
2006-07-12 Don Allingham <don@gramps-project.org>
|
||||||
* src/Filters/Rules/Family/_RegExpIdOf.py: new family filter
|
* src/Filters/Rules/Family/_RegExpIdOf.py: new family filter
|
||||||
* src/Filters/Rules/Family/_HasNoteRegexp.py: new family filter
|
* src/Filters/Rules/Family/_HasNoteRegexp.py: new family filter
|
||||||
|
@ -31,6 +31,7 @@ from _Constants import CATEGORY_TEXT, CATEGORY_DRAW, CATEGORY_BOOK
|
|||||||
from _PaperMenu import paper_sizes
|
from _PaperMenu import paper_sizes
|
||||||
import os
|
import os
|
||||||
import const
|
import const
|
||||||
|
from Filters import CustomFilters
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user