summaryrefslogtreecommitdiff
path: root/src/zope/tal/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/interfaces.py')
-rw-r--r--src/zope/tal/interfaces.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zope/tal/interfaces.py b/src/zope/tal/interfaces.py
index bd6286a..311bc76 100644
--- a/src/zope/tal/interfaces.py
+++ b/src/zope/tal/interfaces.py
@@ -22,7 +22,8 @@ most commonly used are :class:`zope.tales.tales.ExpressionEngine`,
:class:`zope.tales.tales.Context`, and
:class:`zope.tales.tales.Iterator`, respectively.
"""
-from zope.interface import Attribute, Interface
+from zope.interface import Attribute
+from zope.interface import Interface
class ITALExpressionCompiler(Interface):