[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/utility/interfaces.py
correct pointer to new location of interface
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Feb 16 13:27:28 EST 2005
Log message for revision 29169:
correct pointer to new location of interface
Changed:
U Zope3/trunk/src/zope/app/utility/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/utility/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/interfaces.py 2005-02-16 18:03:29 UTC (rev 29168)
+++ Zope3/trunk/src/zope/app/utility/interfaces.py 2005-02-16 18:27:27 UTC (rev 29169)
@@ -22,7 +22,7 @@
from zope.app.component.interfaces.registration import IRegistry
deprecated(('IUtilityRegistration', 'ILocalUtility'),
- 'This interface has been moved to zope.app.component.site. '
+ 'This interface has been moved to zope.app.component.interfaces. '
'The reference will be gone in X3.3.')
class ILocalUtilityService(
More information about the Zope3-Checkins
mailing list