commit-gnue
[Top][All Lists]
Advanced

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

r5647 - trunk/gnue-forms/samples/connections


From: reinhard
Subject: r5647 - trunk/gnue-forms/samples/connections
Date: Tue, 6 Apr 2004 07:30:09 -0500 (CDT)

Author: reinhard
Date: 2004-04-06 07:30:08 -0500 (Tue, 06 Apr 2004)
New Revision: 5647

Modified:
   trunk/gnue-forms/samples/connections/connection.gfd
Log:
Fix for delayed import weirdness.


Modified: trunk/gnue-forms/samples/connections/connection.gfd
===================================================================
--- trunk/gnue-forms/samples/connections/connection.gfd 2004-04-06 12:24:45 UTC 
(rev 5646)
+++ trunk/gnue-forms/samples/connections/connection.gfd 2004-04-06 12:30:08 UTC 
(rev 5647)
@@ -211,7 +211,10 @@
   param['transport'] = Block_1.tranE.get()
   param['service']   = Block_1.servE.get()
 
-  conn = testDriver.Connection.Connection(connections, name, param)
+  try:
+    conn = testDriver.Connection(connections, name, param)
+  except:
+    conn = testDriver.Connection.Connection(connections, name, param)
   conn.connect(param)
   print 'Connection to ', name, " is OK."
 





reply via email to

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