Swap parent classes because Python 2.7 can't find proper methods in subclass
svn: r17459
This commit is contained in:
parent
0bce221b53
commit
d7cd5598ec
@ -98,7 +98,7 @@ class Cursor(object):
|
|||||||
yield (item.handle, self.func(item))
|
yield (item.handle, self.func(item))
|
||||||
yield None
|
yield None
|
||||||
|
|
||||||
class DbDjango(DbReadBase, DbWriteBase):
|
class DbDjango(DbWriteBase, DbReadBase):
|
||||||
"""
|
"""
|
||||||
A Gramps Database Backend. This replicates the grampsdb functions.
|
A Gramps Database Backend. This replicates the grampsdb functions.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user