[z3-checkins] r14588 - z3/Five/branch/philikon-testing
philikon at codespeak.net
philikon at codespeak.net
Tue Jul 12 23:03:17 CEST 2005
Author: philikon
Date: Tue Jul 12 23:03:11 2005
New Revision: 14588
Modified:
z3/Five/branch/philikon-testing/traversable.py
Log:
added another method required by z3 menus to fake request
Modified: z3/Five/branch/philikon-testing/traversable.py
==============================================================================
--- z3/Five/branch/philikon-testing/traversable.py (original)
+++ z3/Five/branch/philikon-testing/traversable.py Tue Jul 12 23:03:11 2005
@@ -38,6 +38,9 @@
def has_key(self, key):
return False
+ def getURL(self):
+ return "http://codespeak.net/z3/five"
+
class Traversable:
"""A mixin to make an object traversable using an ITraverser adapter.
"""
More information about the z3-checkins
mailing list