commit-gnue
[Top][All Lists]
Advanced

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

r5885 - trunk/gnue-common/src/datasources


From: johannes
Subject: r5885 - trunk/gnue-common/src/datasources
Date: Fri, 11 Jun 2004 12:39:05 -0500 (CDT)

Author: johannes
Date: 2004-06-11 12:39:04 -0500 (Fri, 11 Jun 2004)
New Revision: 5885

Modified:
   trunk/gnue-common/src/datasources/GConditions.py
Log:
Use a sequence for checktype instead of a tuple


Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2004-06-11 17:38:06 UTC 
(rev 5884)
+++ trunk/gnue-common/src/datasources/GConditions.py    2004-06-11 17:39:04 UTC 
(rev 5885)
@@ -254,7 +254,7 @@
     The single argument to a field 'operator' could be it's name, so this
     method set's the fieldname.
     """
-    checktype (prefixList, (types.StringType, types.UnicodeType))
+    checktype (prefixList, [types.StringType, types.UnicodeType])
     self.name = prefixList
 
 





reply via email to

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