[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - metaConfigure.py:1.7

Steve Alexander steve@cat-box.net
Sat, 21 Dec 2002 14:48:15 -0500


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

Modified Files:
	metaConfigure.py 
Log Message:
reformatted to fit within 80 chars width


=== Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py:1.6	Thu Dec 19 15:19:05 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py	Sat Dec 21 14:48:14 2002
@@ -342,7 +342,8 @@
 
     service_manager.provideService(serviceType, component)
     
-def service(_context, serviceType, component=None, permission=None, factory=None):
+def service(_context, serviceType, component=None, permission=None,
+            factory=None):
     if factory:
         if component:
             raise TypeError("Can't specify factory and component.")