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

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

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

revision 1.1.2.2 by jcater, Sat Nov 8 16:14:56 2003 UTC revision 1.1.2.3 by siesel, Wed Nov 19 22:37:08 2003 UTC
# Line 29  __doc__ = "" Line 29  __doc__ = ""
29  # This greatly helps with error messages.  # This greatly helps with error messages.
30  #  #
31  def Connection(*args, **parms):  def Connection(*args, **parms):
32    from Driver import Connection as C    from Connection import Connection as C
33    return C(*args, **parms)    return C(*args, **parms)
34    

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

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