[Zope3-checkins] CVS: Zope3/src/zope/app/utility - __init__.py:1.2 tests.py:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:11 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/utility
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/utility

Modified Files:
	__init__.py tests.py 
Log Message:


Adjusted imports of placefulsetup and site-related objects.




=== Zope3/src/zope/app/utility/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/utility/__init__.py:1.1	Thu Mar 11 17:05:01 2004
+++ Zope3/src/zope/app/utility/__init__.py	Sat Mar 13 10:21:39 2004
@@ -21,7 +21,7 @@
 from persistent import Persistent
 from zope.app.component.nextservice import getNextService
 from zope.app.interfaces.services.registration import IRegistry
-from zope.app.interfaces.services.service import ISimpleService
+from zope.app.site.interfaces import ISimpleService
 from zope.app.utility.interfaces import \
      IUtilityRegistration, ILocalUtilityService
 from zope.app.services.servicenames import Utilities


=== Zope3/src/zope/app/utility/tests.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/utility/tests.py:1.1	Thu Mar 11 17:05:01 2004
+++ Zope3/src/zope/app/utility/tests.py	Sat Mar 13 10:21:39 2004
@@ -17,7 +17,7 @@
 """
 import unittest
 from zope.app.tests import setup
-from zope.app.services.tests import placefulsetup
+from zope.app.site.tests import placefulsetup
 from zope.app import utility
 from zope.component.utility import utilityService as globalUtilityService
 from zope.interface import Interface, implements




More information about the Zope3-Checkins mailing list