Mercurial > p > roundup > code
diff frontends/ZRoundup/ZRoundup.py @ 3181:65bc031c4464 maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Feb 2005 00:28:03 +0000 |
| parents | 908c27314abf |
| children |
line wrap: on
line diff
--- a/frontends/ZRoundup/ZRoundup.py Tue Feb 15 00:22:24 2005 +0000 +++ b/frontends/ZRoundup/ZRoundup.py Tue Feb 15 00:28:03 2005 +0000 @@ -14,7 +14,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: ZRoundup.py,v 1.20 2004-11-05 04:42:45 richard Exp $ +# $Id: ZRoundup.py,v 1.20.2.1 2005-02-15 00:27:04 richard Exp $ # ''' ZRoundup module - exposes the roundup web interface to Zope @@ -97,7 +97,7 @@ def has_key(self, item): return self.form.has_key(item) def keys(self): - return self.form.keys(): + return self.form.keys() class ZRoundup(Item, PropertyManager, Implicit, Persistent): '''An instance of this class provides an interface between Zope and
