[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - IServiceService.py:1.1.2.4

Steve Alexander steve@cat-box.net
Tue, 26 Feb 2002 15:31:44 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv3395

Modified Files:
      Tag: Zope-3x-branch
	IServiceService.py 
Log Message:
changed mixed tabs+spaces to spaces only.


=== Zope3/lib/python/Zope/ComponentArchitecture/IServiceService.py 1.1.2.3 => 1.1.2.4 ===
 
     def getServiceDefinitions():
-	"""Retrieve all Service Definitions
+        """Retrieve all Service Definitions
 
-	Should return a list of tuples (name, interface)
-	"""
+        Should return a list of tuples (name, interface)
+        """
 
 
     def defineService(name, interface):
         """Define a new service"""
-	
+        
 
     def getService(object, name):
         """retrieve a service implementation
 
-	Default implimentations search the context for the next
-	ServiceService implimentation if the requested Service
-	is not found.
-	"""
+        Default implimentations search the context for the next
+        ServiceService implimentation if the requested Service
+        is not found.
+        """