commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7162 - trunk/gnue-common/src/datasources/drivers/interbase/inter


From: reinhard
Subject: [gnue] r7162 - trunk/gnue-common/src/datasources/drivers/interbase/interbase
Date: Thu, 10 Mar 2005 17:31:11 -0600 (CST)

Author: reinhard
Date: 2005-03-10 17:31:11 -0600 (Thu, 10 Mar 2005)
New Revision: 7162

Removed:
   trunk/gnue-common/src/datasources/drivers/interbase/interbase/RecordSet.py
Log:
Removed unused file.


Deleted: 
trunk/gnue-common/src/datasources/drivers/interbase/interbase/RecordSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/interbase/interbase/RecordSet.py  
2005-03-10 23:24:14 UTC (rev 7161)
+++ trunk/gnue-common/src/datasources/drivers/interbase/interbase/RecordSet.py  
2005-03-10 23:31:11 UTC (rev 7162)
@@ -1,41 +0,0 @@
-#
-# 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.
-#
-# Copyright 2000-2005 Free Software Foundation
-#
-# FILE:
-# interbase/RecordSet.py
-#
-# DESCRIPTION:
-# Driver to provide access to data via the Kinterbasdb Interbase/Firebird 
Python Driver
-# Requires Kinterbasdb > 3.0 (http://kinterbasdb.sourceforge.net/)
-#
-# NOTES:
-#
-
-__all__ = ['RecordSet']
-
-import string
-from gnue.common.datasources.drivers import DBSIG2
-
-
-#
-#
-#
-class RecordSet(DBSIG2.RecordSet):
-  pass





reply via email to

[Prev in Thread] Current Thread [Next in Thread]