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