diff roundup/cgi/PageTemplates/Expressions.py @ 1071:c08b3820edd1

Adhering to ZPL
author Richard Jones <richard@users.sourceforge.net>
date Sat, 07 Sep 2002 22:43:17 +0000
parents 0f9aa62917bd
children 04b44df7af1d
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/Expressions.py	Sat Sep 07 02:41:11 2002 +0000
+++ b/roundup/cgi/PageTemplates/Expressions.py	Sat Sep 07 22:43:17 2002 +0000
@@ -15,9 +15,17 @@
 
 Page Template-specific implementation of TALES, with handlers
 for Python expressions, string literals, and paths.
+
+
+Modified for Roundup 0.5 release:
+
+- Removed all Zope-specific code (doesn't even try to import that stuff now)
+- Removed all Acquisition
+- Made traceback info more informative
+
 """
 
-__version__='$Revision: 1.2 $'[11:-2]
+__version__='$Revision: 1.3 $'[11:-2]
 
 import re, sys
 from TALES import Engine, CompilerError, _valid_name, NAME_RE, \

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