/[gnue]/gnue-common/src/datasources/drivers/odbc/wodbc/__init__.py
ViewVC logotype

Diff of /gnue-common/src/datasources/drivers/odbc/wodbc/__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:22 2003 UTC revision 1.1.2.2 by jcater, Sat Nov 8 16:14:56 2003 UTC
# Line 19  Line 19 
19  # Copyright 2000-2003 Free Software Foundation  # Copyright 2000-2003 Free Software Foundation
20  #  #
21    
 from Connection import *  
   
22  __description__ = _("Windows ODBC Data Driver")  __description__ = _("Windows ODBC Data Driver")
23  __driverurl__ = "http://????"  __driverurl__ = "http://????"
24  __examples__ = ""  __examples__ = ""
25  __doc__ = ""  __doc__ = ""
26    
27    #
28    # Stub code to not initialize the Connection until needed.
29    # This greatly helps with error messages.
30    #
31    def Connection(*args, **parms):
32      from Driver import Connection as C
33      return C(*args, **parms)
34    

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