[Zope3-checkins] CVS: Zope3/src/zope/app/schema/tests -
test_interfaceutility.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:52 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/schema/tests
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/schema/tests
Modified Files:
test_interfaceutility.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/schema/tests/test_interfaceutility.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/schema/tests/test_interfaceutility.py:1.5 Sat Mar 13 17:02:08 2004
+++ Zope3/src/zope/app/schema/tests/test_interfaceutility.py Sat Mar 13 18:55:21 2004
@@ -19,7 +19,7 @@
from zope.app.tests import setup
from zope.app.site.tests import placefulsetup
from zope.app import utility
-from zope.app.services.servicenames import Utilities
+from zope.app.servicenames import Utilities
from zope.component.utility import utilityService as globalUtilityService
from zope.app.component.interface import getInterface, searchInterface
from zope.interface import Interface, implements
More information about the Zope3-Checkins
mailing list