[Zope-Checkins] SVN: Zope/trunk/src/zExceptions/ITracebackSupplement.py fix import error
Baiju M
baiju.m.mail at gmail.com
Tue Dec 29 07:16:38 EST 2009
Log message for revision 107244:
fix import error
Is ITracebackSupplement fully implemented somewhere ?
Changed:
U Zope/trunk/src/zExceptions/ITracebackSupplement.py
-=-
Modified: Zope/trunk/src/zExceptions/ITracebackSupplement.py
===================================================================
--- Zope/trunk/src/zExceptions/ITracebackSupplement.py 2009-12-29 10:09:50 UTC (rev 107243)
+++ Zope/trunk/src/zExceptions/ITracebackSupplement.py 2009-12-29 12:16:37 UTC (rev 107244)
@@ -17,8 +17,8 @@
"""
-from Interface import Interface
-from Interface.Attribute import Attribute
+from zope.interface import Interface
+from zope.interface import Attribute
class ITracebackSupplement(Interface):
"""Provides valuable information to supplement an exception traceback.
More information about the Zope-Checkins
mailing list