[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - ServiceManager.py:1.8.6.4
K.Narasimha Murthy
nmurthy@zeomega.com
Wed, 23 Oct 2002 02:25:20 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv6479/ServiceManager
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
ServiceManager.py
Log Message:
aded RegistrationState.py for status
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py 1.8.6.3 => 1.8.6.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py:1.8.6.3 Mon Oct 21 12:07:57 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py Wed Oct 23 02:25:20 2002
@@ -378,7 +378,8 @@
__import = ContextMethod(__import)
- def resolve(self, name):
+ def resolve(self, name):
+
name = name.strip()
if name.endswith('.') or name.endswith('+'):