ztfy/utils/tal/html.py
branchZTK-1.1
changeset 73 96079b5bdc1f
parent 52 6a542c8e1b96
--- a/ztfy/utils/tal/html.py	Mon May 23 00:40:13 2011 +0200
+++ b/ztfy/utils/tal/html.py	Tue Oct 18 08:36:11 2011 +0200
@@ -21,7 +21,7 @@
 from zope.tales.interfaces import ITALESFunctionNamespace
 
 # import local interfaces
-from interfaces import IHTMLTalesAPI
+from ztfy.utils.tal.interfaces import IHTMLTalesAPI
 
 # import Zope3 packages
 from zope.interface import implements