[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate -
pagetemplatefile.py:1.7.68.1
Martijn Faassen
m.faassen at vet.uu.nl
Tue May 11 05:11:10 EDT 2004
Update of /cvs-repository/Zope3/src/zope/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv20906/src/zope/pagetemplate
Modified Files:
Tag: faassen-interfaces-branch
pagetemplatefile.py
Log Message:
Sync up with changes in HEAD (so I can generate up to date patch file).
=== Zope3/src/zope/pagetemplate/pagetemplatefile.py 1.7 => 1.7.68.1 ===
--- Zope3/src/zope/pagetemplate/pagetemplatefile.py:1.7 Fri May 2 14:25:52 2003
+++ Zope3/src/zope/pagetemplate/pagetemplatefile.py Tue May 11 05:10:35 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