[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - catalog.py:1.3
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 00:08:23 -0400
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv8285
Modified Files:
catalog.py
Log Message:
bah. doesn't everyone run 2.3?
=== Zope3/src/zope/app/catalog/catalog.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/catalog/catalog.py:1.2 Sat Jul 12 23:35:51 2003
+++ Zope3/src/zope/app/catalog/catalog.py Sun Jul 13 00:08:19 2003
@@ -1,3 +1,5 @@
+from __future__ import generators
+
from persistence import Persistent
from persistence.dict import PersistentDict
from zope.interface import implements