Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/PythonExpr.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 | b43efe461b3e |
| children | 35ea9b1efc14 |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/PythonExpr.py Wed Nov 16 08:05:41 2011 -0500 +++ b/roundup/cgi/PageTemplates/PythonExpr.py Wed Nov 16 09:51:38 2011 -0500 @@ -17,8 +17,6 @@ """Generic Python Expression Handler """ -__version__='$Revision: 1.6 $'[11:-2] - from TALES import CompilerError from sys import exc_info
