[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py
Needs to import transaction.
Tim Peters
tim.one at comcast.net
Thu Mar 31 11:29:41 EST 2005
Log message for revision 29755:
Needs to import transaction.
Changed:
U Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py
-=-
Modified: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py
===================================================================
--- Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py 2005-03-31 16:27:57 UTC (rev 29754)
+++ Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py 2005-03-31 16:29:40 UTC (rev 29755)
@@ -22,6 +22,7 @@
from persistent import Persistent
from ZODB.DB import DB
from ZODB.DemoStorage import DemoStorage
+import transaction
from zope.interface.verify import verifyClass
from zope.interface import implements, classImplements, implementedBy
More information about the Zope3-Checkins
mailing list