GEPS008: Create module for database utilities

svn: r19921
This commit is contained in:
Nick Hall
2012-06-25 18:44:52 +00:00
parent cfe03f3b60
commit a072c989b2
45 changed files with 355 additions and 355 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#
from gui.listmodel import ListModel, NOSORT
from Utils import navigation_label
from gen.utils.db import navigation_label
from gen.plug import Gramplet
from gen.ggettext import gettext as _
import gtk
+1 -1
View File
@@ -24,7 +24,7 @@ from gui.listmodel import ListModel, NOSORT
from gen.plug import Gramplet
from gen.ggettext import gettext as _
from gen.display.name import displayer as name_displayer
from gen.utils import get_birth_or_fallback, get_death_or_fallback
from gen.utils.db import get_birth_or_fallback, get_death_or_fallback
import gen.datehandler
from gen.errors import WindowActiveError
import gtk
+1 -1
View File
@@ -41,7 +41,7 @@ from gen.plug import Gramplet
from gen.plug.report import utils as ReportUtils
from gen.display.name import displayer as name_displayer
import gen.datehandler
from gen.utils import get_birth_or_fallback, get_death_or_fallback
from gen.utils.db import get_birth_or_fallback, get_death_or_fallback
class DescendantGramplet(Gramplet):
def init(self):
+1 -1
View File
@@ -25,7 +25,7 @@ from gen.plug import Gramplet
from gen.ggettext import gettext as _
from gen.display.name import displayer as name_displayer
import gen.datehandler
from gen.utils import get_birth_or_fallback, get_marriage_or_fallback
from gen.utils.db import get_birth_or_fallback, get_marriage_or_fallback
from gen.errors import WindowActiveError
import gtk
from gen.config import config
+1 -1
View File
@@ -38,7 +38,7 @@ from gen.ggettext import ngettext
from gen.display.name import displayer as name_displayer
import gen.datehandler
import gen
from gen.utils import get_birth_or_fallback, get_death_or_fallback
from gen.utils.db import get_birth_or_fallback, get_death_or_fallback
#------------------------------------------------------------------------
#