comparison roundup/cgi/PageTemplates/TALES.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents 5f9e00836006
children 63868084b8bb
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
18 """TALES 18 """TALES
19 19
20 An implementation of a generic TALES engine 20 An implementation of a generic TALES engine
21 """ 21 """
22 22
23 __version__='$Revision: 1.9 $'[11:-2]
24
25 import re, sys 23 import re, sys
26 from roundup.cgi import ZTUtils 24 from roundup.cgi import ZTUtils
27 from weakref import ref 25 from weakref import ref
28 from MultiMapping import MultiMapping 26 from MultiMapping import MultiMapping
29 from GlobalTranslationService import getGlobalTranslationService 27 from GlobalTranslationService import getGlobalTranslationService

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