[Zope3-checkins] CVS: Products3/z3checkins - message.py:1.35
Gintautas Miliauskas
gintas at pov.lt
Sun Mar 21 18:04:03 EST 2004
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv14884
Modified Files:
message.py
Log Message:
Updated BrowserView import.
=== Products3/z3checkins/message.py 1.34 => 1.35 ===
--- Products3/z3checkins/message.py:1.34 Thu Mar 18 13:04:57 2004
+++ Products3/z3checkins/message.py Sun Mar 21 18:04:01 2004
@@ -26,7 +26,7 @@
from zope.exceptions import DuplicationError
from zope.interface import implements
from zope.proxy import removeAllProxies
-from zope.publisher.browser import BrowserView
+from zope.app.publisher.browser import BrowserView
from interfaces import IMessage, ICheckinMessage, IBookmark, IMessageContained
from interfaces import IMessageUpload
More information about the Zope3-Checkins
mailing list