[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/tests - __init__.py:1.1.2.1 templateclass.py:1.1.2.1
Jim Fulton
jim@zope.com
Mon, 23 Dec 2002 14:32:06 -0500
Update of /cvs-repository/Zope3/src/zope/app/publisher/tests
In directory cvs.zope.org:/tmp/cvs-serv19908/zope/app/publisher/tests
Added Files:
Tag: NameGeddon-branch
__init__.py templateclass.py
Log Message:
Initial renaming before debugging
=== Added File Zope3/src/zope/app/publisher/tests/__init__.py ===
#
# This file is necessary to make this directory a package.
=== Added File Zope3/src/zope/app/publisher/tests/templateclass.py ===
class templateclass:
def data(self): return 42