[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/component/vocabulary.py Updated import to reflect new location.

Jim Fulton jim at zope.com
Sun Apr 9 12:06:18 EDT 2006


Log message for revision 66738:
  Updated import to reflect new location.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/component/vocabulary.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/component/vocabulary.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/component/vocabulary.py	2006-04-09 16:06:15 UTC (rev 66737)
+++ Zope3/branches/jim-adapter/src/zope/app/component/vocabulary.py	2006-04-09 16:06:18 UTC (rev 66738)
@@ -28,7 +28,7 @@
 
 from zope.app.i18n import ZopeMessageFactory as _
 from zope.app.interface.vocabulary import ObjectInterfacesVocabulary
-from zope.app.component.interfaces import IUtilityRegistration
+from zope.component.interfaces import IUtilityRegistration
 
 class UtilityTerm(object):
     """A term representing a utility.



More information about the Zope3-Checkins mailing list