2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/GrampsDbUtils/_GrampsBSDDB.py: wrong const import svn: r9764
This commit is contained in:
parent
87e152e0b7
commit
8f0eb92408
@ -1,3 +1,6 @@
|
|||||||
|
2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* src/GrampsDbUtils/_GrampsBSDDB.py: wrong const import
|
||||||
|
|
||||||
2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* src/ObjectSelector/_FilterFrameBase.py: indentation and tabs/spaces fix
|
* src/ObjectSelector/_FilterFrameBase.py: indentation and tabs/spaces fix
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ __LOG = logging.getLogger(".GrampsDb")
|
|||||||
from gen.lib import *
|
from gen.lib import *
|
||||||
from gen.db.base import *
|
from gen.db.base import *
|
||||||
from gen.utils import db_copy
|
from gen.utils import db_copy
|
||||||
import gen.db.dbconst as const
|
import const
|
||||||
from gen.db.exceptions import FileVersionError
|
from gen.db.exceptions import FileVersionError
|
||||||
from BasicUtils import UpdateCallback
|
from BasicUtils import UpdateCallback
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user