commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8219 - trunk/gnue-common/src/datasources


From: johannes
Subject: [gnue] r8219 - trunk/gnue-common/src/datasources
Date: Sat, 11 Mar 2006 13:30:12 -0600 (CST)

Author: johannes
Date: 2006-03-11 13:30:12 -0600 (Sat, 11 Mar 2006)
New Revision: 8219

Modified:
   trunk/gnue-common/src/datasources/readgsd.py
Log:
Use proper fields for connection properties


Modified: trunk/gnue-common/src/datasources/readgsd.py
===================================================================
--- trunk/gnue-common/src/datasources/readgsd.py        2006-03-10 18:50:14 UTC 
(rev 8218)
+++ trunk/gnue-common/src/datasources/readgsd.py        2006-03-11 19:30:12 UTC 
(rev 8219)
@@ -243,8 +243,8 @@
     if self.OPTIONS ['password'] is not None:
       password = self.OPTIONS ['password']
 
-    self.connection.parameters ['_username'] = username
-    self.connection.parameters ['_password'] = password
+    self.connection.parameters ['username'] = username
+    self.connection.parameters ['password'] = password
     
 
   # ---------------------------------------------------------------------------





reply via email to

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