[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Service - IServiceManager.py:1.1.2.4

Steve Alexander steve@cat-box.net
Sun, 24 Feb 2002 17:53:27 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Service
In directory cvs.zope.org:/tmp/cvs-serv15700

Modified Files:
      Tag: Zope-3x-branch
	IServiceManager.py 
Log Message:
fixed mixed indentation.


=== Zope3/lib/python/Zope/App/Service/IServiceManager.py 1.1.2.3 => 1.1.2.4 ===
 
     def getBoundService(name):
-	"""retrieve a bound service implimentation
+        """retrieve a bound service implimentation
 
-	Get the component currently bound to the named Service
-	in this ServiceService.  Does not search context.
-	"""
-	
+        Get the component currently bound to the named Service
+        in this ServiceService.  Does not search context.
+        """
+        
     def getServiceDefinitions():
-	"""returns the dictionary of service definitions"""    
+        """returns the dictionary of service definitions"""