2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/DbLoader.py: added import gobject

svn: r9906
This commit is contained in:
Raphael Ackermann 2008-01-21 22:54:18 +00:00
parent 4261e46bf9
commit 1b2d0727ed
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/DbLoader.py: added import gobject
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/FilterEditor/_ShowResults.py
* src/GrampsCfg.py

View File

@ -47,6 +47,7 @@ _LOG = logging.getLogger(".")
#
#-------------------------------------------------------------------------
import gtk
import gobject
#-------------------------------------------------------------------------
#