Commit eb76e33e authored by Baiju Muthukadan's avatar Baiju Muthukadan

fix import error

Is ITracebackSupplement fully implemented somewhere ?
parent 268fd5a9
......@@ -17,8 +17,8 @@ $Id$
"""
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment