ztfy/utils/tal/text.py
branchZTK-1.1
changeset 73 96079b5bdc1f
parent 30 3c237f16b603
child 136 aab380e3c821
--- a/ztfy/utils/tal/text.py	Mon May 23 00:40:13 2011 +0200
+++ b/ztfy/utils/tal/text.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 ITextStartTalesAPI, ITextOutputTalesAPI
+from ztfy.utils.tal.interfaces import ITextStartTalesAPI, ITextOutputTalesAPI
 
 # import Zope3 packages
 from zope.interface import implements