[Zope3-checkins] CVS: Zope3/src/zodbcode - DEPENDENCIES.cfg:1.1.2.1
class_.py:1.1.14.1 function.py:1.1.14.1
Martijn Faassen
m.faassen at vet.uu.nl
Tue May 11 05:11:10 EDT 2004
Update of /cvs-repository/Zope3/src/zodbcode
In directory cvs.zope.org:/tmp/cvs-serv20906/src/zodbcode
Modified Files:
Tag: faassen-interfaces-branch
class_.py function.py
Added Files:
Tag: faassen-interfaces-branch
DEPENDENCIES.cfg
Log Message:
Sync up with changes in HEAD (so I can generate up to date patch file).
=== Added File Zope3/src/zodbcode/DEPENDENCIES.cfg ===
persistent
transaction
zope.interface
# ZODB.utils and ZODB.tests.utils are used by the tests
ZODB
=== Zope3/src/zodbcode/class_.py 1.1 => 1.1.14.1 ===
--- Zope3/src/zodbcode/class_.py:1.1 Fri Feb 20 17:02:23 2004
+++ Zope3/src/zodbcode/class_.py Tue May 11 05:10:02 2004
@@ -17,7 +17,7 @@
from zope.interface import implements
from persistent.cPersistence import UPTODATE, CHANGED, GHOST
-from persistence.interfaces import IPersistent
+from persistent.interfaces import IPersistent
from zodbcode.function import PersistentFunction
import time
=== Zope3/src/zodbcode/function.py 1.1 => 1.1.14.1 ===
--- Zope3/src/zodbcode/function.py:1.1 Fri Feb 20 17:02:23 2004
+++ Zope3/src/zodbcode/function.py Tue May 11 05:10:02 2004
@@ -19,7 +19,7 @@
# in 2.3, this will be spelled new.function and new.code
from types import FunctionType as function, CodeType as code
-from persistence import Persistent
+from persistent import Persistent
_STORE_GLOBAL = chr(dis.opname.index("STORE_GLOBAL"))
More information about the Zope3-Checkins
mailing list