Skip to content

Commit b2d0215

Browse files
author
Richard Jones
committed
unnecessary
1 parent 2222cc1 commit b2d0215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/cgi/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ def __init__(self, classname, client, values):
16931693
self.client = client
16941694
self.values = values
16951695
self.id = -1
1696-
self.cl = self.client.db.getclass(self.classname)
16971696
def next(self):
16981697
'''Return the next item, but skip inaccessible items.'''
16991698
check = self.client.db.security.hasPermission

0 commit comments

Comments
 (0)