#---- lines back to normal
This commit is contained in:
parent
d4cb0c3d7c
commit
def6b3fd07
@ -25,21 +25,21 @@ Base class for the Gramps databases. All database interfaces should inherit
|
|||||||
from this class.
|
from this class.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Python libraries
|
# Python libraries
|
||||||
#
|
#
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Gramps libraries
|
# Gramps libraries
|
||||||
#
|
#
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from ..db.dbconst import DBLOGNAME
|
from ..db.dbconst import DBLOGNAME
|
||||||
from ..const import GRAMPS_LOCALE as glocale
|
from ..const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
@ -50,11 +50,11 @@ from .exceptions import DbTransactionCancel
|
|||||||
|
|
||||||
_LOG = logging.getLogger(DBLOGNAME)
|
_LOG = logging.getLogger(DBLOGNAME)
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Gramps libraries
|
# Gramps libraries
|
||||||
#
|
#
|
||||||
# -------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
class DbReadBase:
|
class DbReadBase:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user