author | Thierry Florac <tflorac@ulthar.net> |
Sat, 10 May 2014 11:31:15 +0200 | |
branch | ZTK-1.1 |
changeset 252 | 6463c617c209 |
parent 251 | bb37ceec4298 |
child 253 | a196d968a87f |
--- a/src/ztfy/utils/catalog/__init__.py Sat May 10 11:28:40 2014 +0200 +++ b/src/ztfy/utils/catalog/__init__.py Sat May 10 11:31:15 2014 +0200 @@ -27,7 +27,7 @@ # import local interfaces # import Zope3 packages -from zope.component import queryUtility, getUtility, getAllUtilitiesRegisteredFor +from zope.component import queryUtility, getAllUtilitiesRegisteredFor # import local packages from ztfy.utils import request as request_utils