Initial commit of PrivateProxyDb.py - not done yet.
svn: r8803
This commit is contained in:
parent
1c14e57ba5
commit
a4afeef456
@ -1,3 +1,6 @@
|
|||||||
|
2007-08-08 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/GrampsDbUtils/PrivateProxyDb.py: Initial commit - not done yet.
|
||||||
|
|
||||||
2007-08-07 Don Allingham <don@gramps-project.org>
|
2007-08-07 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsDbUtils/_WriteGedcom.py: additional refactoring
|
* src/GrampsDbUtils/_WriteGedcom.py: additional refactoring
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ pkgdata_PYTHON = \
|
|||||||
_GedcomUtils.py\
|
_GedcomUtils.py\
|
||||||
_GrampsDbWRFactories.py\
|
_GrampsDbWRFactories.py\
|
||||||
__init__.py\
|
__init__.py\
|
||||||
|
_PrivateProxyDb.py\
|
||||||
_ReadGedcom.py\
|
_ReadGedcom.py\
|
||||||
_ReadXML.py\
|
_ReadXML.py\
|
||||||
_WriteGedcom.py\
|
_WriteGedcom.py\
|
||||||
|
1621
src/GrampsDbUtils/_PrivateProxyDb.py
Normal file
1621
src/GrampsDbUtils/_PrivateProxyDb.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -48,3 +48,5 @@ from _WriteXML import XmlWriter
|
|||||||
|
|
||||||
import _Backup as Backup
|
import _Backup as Backup
|
||||||
|
|
||||||
|
from _PrivateProxyDb import PrivateProxyDb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user