03172: Error editing event filter
svn: r13066
This commit is contained in:
@ -69,8 +69,6 @@ class Rule(object):
|
||||
def apply(self, db, person):
|
||||
return True
|
||||
|
||||
__nonzero__ = apply
|
||||
|
||||
def display_values(self):
|
||||
v = ( '%s="%s"' % ((_(self.labels[ix]),)*2)
|
||||
for ix in xrange(len(self.list)) if self.list[ix] )
|
||||
|
Reference in New Issue
Block a user