/[gnue]/gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py
ViewVC logotype

Diff of /gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by jcater, Fri Oct 10 01:21:28 2003 UTC revision 1.1.2.2 by jcater, Sat Nov 8 16:14:58 2003 UTC
# Line 79  __description__ = _("PyGreSQL Data Drive Line 79  __description__ = _("PyGreSQL Data Drive
79  __driverurl__ = "http://????"  __driverurl__ = "http://????"
80  __examples__ = ""  __examples__ = ""
81  __doc__ = ""  __doc__ = ""
82    
83    #
84    # Stub code to not initialize the Connection until needed.
85    # This greatly helps with error messages.
86    #
87    def Connection(*args, **parms):
88      from Driver import Connection as C
89      return C(*args, **parms)
90    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26