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

Diff of /gnue-common/src/datasources/drivers/postgresql/psycopg/__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 41  __description__ = _("Psycopg Data Driver Line 41  __description__ = _("Psycopg Data Driver
41  __driverurl__ = "http://????"  __driverurl__ = "http://????"
42  __examples__ = ""  __examples__ = ""
43  __doc__ = ""  __doc__ = ""
44    
45    
46    #
47    # Stub code to not initialize the Connection until needed.
48    # This greatly helps with error messages.
49    #
50    def Connection(*args, **parms):
51      from Driver import Connection as C
52      return C(*args, **parms)
53    

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