[z3-checkins] r5928 - z3/Five/trunk

dreamcatcher at codespeak.net dreamcatcher at codespeak.net
Wed Aug 11 22:14:53 MEST 2004


Author: dreamcatcher
Date: Wed Aug 11 22:14:53 2004
New Revision: 5928

Modified:
   z3/Five/trunk/viewable.py
Log:
Should be a list it seems.

Modified: z3/Five/trunk/viewable.py
==============================================================================
--- z3/Five/trunk/viewable.py	(original)
+++ z3/Five/trunk/viewable.py	Wed Aug 11 22:14:53 2004
@@ -84,4 +84,4 @@
             name = getDefaultViewName(context, request)
         except ComponentLookupError:
             pass
-        return context, (name,)
+        return context, [name,]


More information about the z3-checkins mailing list