Changeset 2344 for pykota/trunk/cgi-bin/printquota.cgi
- Timestamp:
- 07/08/05 18:52:50 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r2303 r2344 100 100 _("Report")) 101 101 print self.body 102 print footer % (_("Report"), version.__doc__, version.__ copyright__, version.__author__)102 print footer % (_("Report"), version.__doc__, version.__years__, version.__author__) 103 103 104 104 def error(self, message) :