commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7507 - trunk/gnue-reports/src/base


From: reinhard
Subject: [gnue] r7507 - trunk/gnue-reports/src/base
Date: Sun, 1 May 2005 07:49:35 -0500 (CDT)

Author: reinhard
Date: 2005-05-01 07:49:33 -0500 (Sun, 01 May 2005)
New Revision: 7507

Modified:
   trunk/gnue-reports/src/base/GRSources.py
Log:
No need for GDataSource.commit any more.


Modified: trunk/gnue-reports/src/base/GRSources.py
===================================================================
--- trunk/gnue-reports/src/base/GRSources.py    2005-05-01 12:17:38 UTC (rev 
7506)
+++ trunk/gnue-reports/src/base/GRSources.py    2005-05-01 12:49:33 UTC (rev 
7507)
@@ -50,18 +50,8 @@
 
     # Connect to databases
     self._datasourceDictionary = {}
-    self.walk(self.__initConnections)
 
 
-  # Used internally by self.prepare()
-  # Connects to databases
-  #
-  # TODO: please go bye-bye
-  def __initConnections(self, object):
-    if object._type == "GRDataSource":
-      object.connect()
-
-
   def getDataSource(self, source):
     return self.getParent ()._datasourceDictionary[string.lower(source)]
 





reply via email to

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