[Zope3-checkins] CVS: Zope3/src/zope/index/text/tests -
indexhtml.py:1.3
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:46 EST 2003
Update of /cvs-repository/Zope3/src/zope/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv25892/index/text/tests
Modified Files:
indexhtml.py
Log Message:
Remove code that isn't needed now that we require Python 2.3.
Cases include future statements for generators, special case
definitions of builtins like basestring and enumerate, a few uses of
types that are unnecessary.
=== Zope3/src/zope/index/text/tests/indexhtml.py 1.2 => 1.3 ===
--- Zope3/src/zope/index/text/tests/indexhtml.py:1.2 Sun Aug 17 02:09:06 2003
+++ Zope3/src/zope/index/text/tests/indexhtml.py Tue Nov 4 22:08:13 2003
@@ -21,8 +21,6 @@
options:
-f data.fs -- the path to the filestorage datafile
"""
-from __future__ import nested_scopes
-
import os
from time import clock
More information about the Zope3-Checkins
mailing list