[Zope3-checkins] CVS: Zope3/src/zope/tales - pythonexpr.py:1.2

Philipp von Weitershausen philikon at philikon.de
Sun Mar 21 11:55:50 EST 2004


Update of /cvs-repository/Zope3/src/zope/tales
In directory cvs.zope.org:/tmp/cvs-serv15904/src/zope/tales

Modified Files:
	pythonexpr.py 
Log Message:
Cleanup.


=== Zope3/src/zope/tales/pythonexpr.py 1.1 => 1.2 ===
--- Zope3/src/zope/tales/pythonexpr.py:1.1	Mon Apr 14 08:15:51 2003
+++ Zope3/src/zope/tales/pythonexpr.py	Sun Mar 21 11:55:50 2004
@@ -11,9 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Generic Python Expression Handler"""
+"""Generic Python Expression Handler
 
-__version__ = '$Revision$'[11:-2]
+$Id$
+"""
 
 class PythonExpr:
     def __init__(self, name, expr, engine):




More information about the Zope3-Checkins mailing list