[Zodb-checkins] CVS: Zope3/src/zope/interface - declarations.py:1.15
Steve Alexander
steve at cat-box.net
Sat Jun 14 09:32:09 EDT 2003
Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv13197/src/zope/interface
Modified Files:
declarations.py
Log Message:
Made a 'relative' import into an absolute one.
=== Zope3/src/zope/interface/declarations.py 1.14 => 1.15 ===
--- Zope3/src/zope/interface/declarations.py:1.14 Wed Jun 4 18:24:59 2003
+++ Zope3/src/zope/interface/declarations.py Sat Jun 14 08:32:07 2003
@@ -18,7 +18,7 @@
from zope.interface.interface import InterfaceClass, mergeOrderings
import exceptions
from types import ClassType
-from advice import addClassAdvisor
+from zope.interface.advice import addClassAdvisor
# There are imports from _zope_interface_ospec later in the file
# because _zope_interface_ospec depends on some functions defined
More information about the Zodb-checkins
mailing list