'generic' for the namespace argument; Remove unneeded import.
svn: r5837
This commit is contained in:
parent
a2bf6799cb
commit
a5a812eb90
@ -2,7 +2,7 @@
|
||||
* src/GrampsDb/_GrampsBSDDB.py: Add proper upgrade path from
|
||||
within load.
|
||||
* src/GenericFilters.py (get_filters): Use default value of
|
||||
'generic' for the namespace argument.
|
||||
'generic' for the namespace argument; Remove unneeded import.
|
||||
|
||||
2006-01-25 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayTabs.py: use idle_loop to load data for source
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2002-2005 Donald N. Allingham
|
||||
# Copyright (C) 2002-2006 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -39,7 +39,6 @@ from xml.sax import make_parser,handler,SAXParseException
|
||||
import os
|
||||
import sets
|
||||
from gettext import gettext as _
|
||||
from TransUtils import strip_context as __
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -58,7 +57,7 @@ import RelLib
|
||||
import Date
|
||||
import DateHandler
|
||||
import NameDisplay
|
||||
from TransTable import TransTable
|
||||
from TransUtils import strip_context as __
|
||||
from Utils import for_each_ancestor,probably_alive,get_source_referents
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user