diff roundup/cgi/PageTemplates/TALES.py @ 2663:5f9e00836006

update comment
author Richard Jones <richard@users.sourceforge.net>
date Thu, 19 Aug 2004 22:50:06 +0000
parents 29779f041ee7
children 6e3e4f24c753
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/TALES.py	Thu Aug 19 22:44:48 2004 +0000
+++ b/roundup/cgi/PageTemplates/TALES.py	Thu Aug 19 22:50:06 2004 +0000
@@ -13,13 +13,14 @@
 # Modified for Roundup:
 # 
 # 1. changed imports to import from roundup.cgi
-# 2. implemented ustr as str
+# 2. implemented ustr as str (removes import from DocumentTemplate)
+# 3. removed import and use of Unauthorized from zExceptions
 """TALES
 
 An implementation of a generic TALES engine
 """
 
-__version__='$Revision: 1.8 $'[11:-2]
+__version__='$Revision: 1.9 $'[11:-2]
 
 import re, sys
 from roundup.cgi import ZTUtils

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