2007-10-11 Don Allingham <don@gramps-project.org>

* src/DisplayState.py: fix callback references
	* src/DbState.py: fix callback references



svn: r9156
This commit is contained in:
Don Allingham
2007-10-12 02:29:45 +00:00
parent 95bd750cdb
commit f0c2940c04
3 changed files with 10 additions and 5 deletions

View File

@@ -25,7 +25,8 @@ Provides the database state class
__author__ = "Donald N. Allingham"
__revision__ = "$Revision: 8032 $"
from gen.db import GrampsDBCallback, GrampsDbBase
from gen.db import GrampsDbBase
from gen.utils import GrampsDBCallback
import Config
class DbState(GrampsDBCallback):