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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user