[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/
Repair some transaction imports.
Tim Peters
tim.one at comcast.net
Thu Mar 31 11:11:17 EST 2005
Log message for revision 29753:
Repair some transaction imports.
Changed:
U Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/site/servicecontainer.py
U Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/undo/__init__.py
-=-
Modified: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/site/servicecontainer.py
===================================================================
--- Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/site/servicecontainer.py 2005-03-31 16:05:51 UTC (rev 29752)
+++ Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/site/servicecontainer.py 2005-03-31 16:11:16 UTC (rev 29753)
@@ -18,7 +18,6 @@
import zope.interface
-import transaction
from zope.app.container.contained import Contained
from zope.app.site.interfaces import IPossibleSite, ISite
from zope.component.exceptions import ComponentLookupError
Modified: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/undo/__init__.py 2005-03-31 16:05:51 UTC (rev 29752)
+++ Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/undo/__init__.py 2005-03-31 16:11:16 UTC (rev 29753)
@@ -16,6 +16,8 @@
$Id$
"""
from datetime import datetime
+
+import transaction
from zope.interface import implements
from zope.exceptions import NotFoundError
More information about the Zope3-Checkins
mailing list