Author: reinhard Date: 2005-06-20 06:45:58 -0500 (Mon, 20 Jun 2005) New Revision: 7624
Added: trunk/gnue-common/src/datasources/drivers/other/__init__.py Modified: trunk/gnue-common/src/datasources/drivers/sql/__init__.py trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py Log: Added missing file, added svn:keywords property. Added: trunk/gnue-common/src/datasources/drivers/other/__init__.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/other/__init__.py 2005-06-20 11:30:37 UTC (rev 7623) +++ trunk/gnue-common/src/datasources/drivers/other/__init__.py 2005-06-20 11:45:58 UTC (rev 7624) @@ -0,0 +1,26 @@ +# GNU Enterprise Common Library - Special database driver plugins +# +# Copyright 2000-2005 Free Software Foundation +# +# This file is part of GNU Enterprise. +# +# GNU Enterprise 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, or (at your option) any later version. +# +# GNU Enterprise 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 program; see the file COPYING. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place +# - Suite 330, Boston, MA 02111-1307, USA. +# +# $Id: __init__.py 7615 2005-06-17 15:24:00Z reinhard $ + +""" +Database driver plugins for special backends. +""" Property changes on: trunk/gnue-common/src/datasources/drivers/sql/__init__.py ___________________________________________________________________ Name: svn:keywords + Id Property changes on: trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py ___________________________________________________________________ Name: svn:keywords + Id Property changes on: trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py ___________________________________________________________________ Name: svn:keywords + Id _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
