diff roundup/cgi/templating.py @ 3183:5b39bff8f1e1

unnecessary
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Feb 2005 22:42:07 +0000
parents 88dbe6b3d891
children 7faae85e1e33
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Tue Feb 15 00:25:11 2005 +0000
+++ b/roundup/cgi/templating.py	Tue Feb 15 22:42:07 2005 +0000
@@ -1693,7 +1693,6 @@
         self.client = client
         self.values = values
         self.id = -1
-        self.cl = self.client.db.getclass(self.classname)
     def next(self):
         '''Return the next item, but skip inaccessible items.'''
         check = self.client.db.security.hasPermission

Roundup Issue Tracker: http://roundup-tracker.org/