[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/tests - test_translationdomain.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:43 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/i18n/tests
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/i18n/tests

Modified Files:
	test_translationdomain.py 
Log Message:


Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.




=== Zope3/src/zope/app/i18n/tests/test_translationdomain.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/i18n/tests/test_translationdomain.py:1.2	Tue Mar  9 07:39:05 2004
+++ Zope3/src/zope/app/i18n/tests/test_translationdomain.py	Thu Mar 11 07:38:12 2004
@@ -32,9 +32,9 @@
 from zope.interface import implements, classImplements
 from zope.interface.verify import verifyObject
 from zope.app.services.tests.placefulsetup import PlacefulSetup
-from zope.app.services.utility import LocalUtilityService
+from zope.app.utility import LocalUtilityService
 from zope.i18n.interfaces import ITranslationDomain
-from zope.app.interfaces.services.utility import ILocalUtility 
+from zope.app.utility.interfaces import ILocalUtility 
 from zope.app.interfaces.annotation import IAttributeAnnotatable
 
 class Environment(object):




More information about the Zope3-Checkins mailing list