[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate - __init__.py:1.4 iterator.py:NONE
Jim Fulton
jim@zope.com
Tue, 20 May 2003 16:28:03 -0400
Update of /cvs-repository/Zope3/src/zope/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv30793/src/zope/pagetemplate
Modified Files:
__init__.py
Removed Files:
iterator.py
Log Message:
Removed the iterator module from the zope.pagetemplate package. The
code moved to zope.tales.tales.
=== Zope3/src/zope/pagetemplate/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/pagetemplate/__init__.py:1.3 Mon Apr 14 07:17:54 2003
+++ Zope3/src/zope/pagetemplate/__init__.py Tue May 20 16:28:02 2003
@@ -12,5 +12,3 @@
#
##############################################################################
"""Page Templates"""
-
-from zope.pagetemplate.iterator import Iterator
=== Removed File Zope3/src/zope/pagetemplate/iterator.py ===