[Zope3-checkins] CVS: Zope3/src/zope/app/introspector -
browser.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:40 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/introspector
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/introspector
Modified Files:
browser.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/introspector/browser.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/introspector/browser.py:1.4 Sat Mar 6 12:48:51 2004
+++ Zope3/src/zope/app/introspector/browser.py Sat Mar 13 18:55:09 2004
@@ -22,7 +22,7 @@
from zope.interface import directlyProvides, directlyProvidedBy
from zope.proxy import removeAllProxies
from zope.app.component.interface import getInterface
-from zope.app.services.servicenames import Services
+from zope.app.servicenames import Services
class IntrospectorView(BrowserView):
More information about the Zope3-Checkins
mailing list