commit-gnue
[Top][All Lists]
Advanced

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

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


From: kilo
Subject: [gnue] r8448 - trunk/gnue-common/src/datasources
Date: Thu, 27 Apr 2006 01:59:54 -0500 (CDT)

Author: kilo
Date: 2006-04-27 01:59:53 -0500 (Thu, 27 Apr 2006)
New Revision: 8448

Modified:
   trunk/gnue-common/src/datasources/readgsd.py
Log:
Typo. 'defaults' param must be a tuple, not a dict

Modified: trunk/gnue-common/src/datasources/readgsd.py
===================================================================
--- trunk/gnue-common/src/datasources/readgsd.py        2006-04-25 05:17:50 UTC 
(rev 8447)
+++ trunk/gnue-common/src/datasources/readgsd.py        2006-04-27 06:59:53 UTC 
(rev 8448)
@@ -178,7 +178,7 @@
                   "which means all questions are answered with 'yes' "
                   "automatically."))
 
-    GClientApp.GClientApp.__init__ (self, connections, 'schema', {})
+    GClientApp.GClientApp.__init__ (self, connections, 'schema', ())
 
 
   # ---------------------------------------------------------------------------





reply via email to

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