summaryrefslogtreecommitdiff
path: root/src/zope/tales/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tales/interfaces.py')
-rw-r--r--src/zope/tales/interfaces.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zope/tales/interfaces.py b/src/zope/tales/interfaces.py
index 158b794..58c234f 100644
--- a/src/zope/tales/interfaces.py
+++ b/src/zope/tales/interfaces.py
@@ -33,6 +33,7 @@ class ITALESFunctionNamespace(Interface):
def setEngine(engine):
"""Sets the engine that is used to evaluate TALES expressions."""
+
class ITALESExpression(Interface):
"""TALES expression
@@ -46,6 +47,7 @@ class ITALESExpression(Interface):
*econtext* and return computed value.
"""
+
class ITALESIterator(ITALIterator):
"""TAL Iterator provided by TALES.