[Zope3-checkins] CVS: Zope3/src/zodb/storage/file - main.py:1.10
Fred L. Drake, Jr.
fred at zope.com
Mon Jan 26 15:30:50 EST 2004
Update of /cvs-repository/Zope3/src/zodb/storage/file
In directory cvs.zope.org:/tmp/cvs-serv21929
Modified Files:
main.py
Log Message:
ugh; not needed for Python 2.3.x
=== Zope3/src/zodb/storage/file/main.py 1.9 => 1.10 ===
--- Zope3/src/zodb/storage/file/main.py:1.9 Thu Jul 10 13:41:09 2003
+++ Zope3/src/zodb/storage/file/main.py Mon Jan 26 15:30:49 2004
@@ -16,8 +16,6 @@
$Id$
"""
-from __future__ import generators
-
import os
import sys
import errno
More information about the Zope3-Checkins
mailing list