Roundup Tracker - Issues

Issue 1122335

classification
ZRoundup product import syntax error + patch
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2005-02-14 12:11 by anonymous, last changed 2005-02-14 12:11 by anonymous.

Messages
msg1854 Author: [hidden] (anonymous) Date: 2005-02-14 12:11
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
2005-02-14 12:11:41anonymouscreate