[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate - pagetemplatefile.py:1.8

Philipp von Weitershausen philikon at philikon.de
Tue May 11 03:10:18 EDT 2004


Update of /cvs-repository/Zope3/src/zope/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv29403/src/zope/pagetemplate

Modified Files:
	pagetemplatefile.py 
Log Message:
Get rid of useless markers.


=== Zope3/src/zope/pagetemplate/pagetemplatefile.py 1.7 => 1.8 ===
--- Zope3/src/zope/pagetemplate/pagetemplatefile.py:1.7	Fri May  2 14:25:52 2003
+++ Zope3/src/zope/pagetemplate/pagetemplatefile.py	Tue May 11 03:10:17 2004
@@ -15,12 +15,6 @@
 
 Zope object encapsulating a Page Template from the filesystem.
 """
-
-__version__ = '$Revision$'[11:-2]
-
-__metaclass__ = type
-
-
 import os, sys
 import logging
 




More information about the Zope3-Checkins mailing list