2007-10-07 Don Allingham <don@gramps-project.org>

* src/gen/db/__init__.py: commit



svn: r9092
This commit is contained in:
Don Allingham 2007-10-07 14:25:45 +00:00
parent 32d7968365
commit 9083803e21
2 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2007-10-07 Don Allingham <don@gramps-project.org>
* src/gen/db/__init__.py: commit
2007-10-06 Don Allingham <don@gramps-project.org>
* various: creation of gen.db package

28
src/gen/db/__init__.py Normal file
View File

@ -0,0 +1,28 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2007 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
__version__ = "$Revision: $"
from base import *
from callback import *
from cursor import *
from dbconst import *
from dbdir import *
from exceptions import *