Roundup Tracker - Issues

Message1854

Author anonymous
Recipients
Date 2005-02-14.12:11:41
Message-id
In-reply-to
Submitted by bofh@betabug.ch

Zope 2.7.3 gives a syntax error upon importing the
ZRoundup product from roundup-0.7.11. Patch:

*** ZRoundup.py_orig    Mon Feb 14 12:47:54 2005
--- ZRoundup.py Mon Feb 14 12:46:47 2005
***************
*** 97,103 ****
      def has_key(self, item):
          return self.form.has_key(item)
      def keys(self):
!         return self.form.keys():
  
  class ZRoundup(Item, PropertyManager, Implicit,
Persistent):
      '''An instance of this class provides an
interface between Zope and
--- 97,103 ----
      def has_key(self, item):
          return self.form.has_key(item)
      def keys(self):
!         return self.form.keys()
  
  class ZRoundup(Item, PropertyManager, Implicit,
Persistent):
      '''An instance of this class provides an
interface between Zope and
History
Date User Action Args
2009-02-03 14:21:12adminlinkissue1122335 messages
2009-02-03 14:21:12admincreate