[Checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/component/testing.py Reformatted long lines.

Jim Fulton jim at zope.com
Tue Apr 18 19:56:23 EDT 2006


Log message for revision 67104:
  Reformatted long lines.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/component/testing.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/component/testing.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/component/testing.py	2006-04-18 23:56:20 UTC (rev 67103)
+++ Zope3/branches/jim-adapter/src/zope/app/component/testing.py	2006-04-18 23:56:22 UTC (rev 67104)
@@ -176,8 +176,12 @@
     sitemanager.setNext(nextsitemanager)
 
     sitemanager.provideUtility(interface, utility, name)
-    utility.__conform__ = \
-       lambda iface: iface.isOrExtends(IComponentLookup) and sitemanager or None
+    utility.__conform__ = (
+        lambda iface:
+        iface.isOrExtends(IComponentLookup) and sitemanager or None
+        )
     nextsitemanager.provideUtility(interface, nextutility, name)
-    nextutility.__conform__ = \
-       lambda iface: iface.isOrExtends(IComponentLookup) and nextsitemanager or None
+    nextutility.__conform__ = (
+        lambda iface:
+        iface.isOrExtends(IComponentLookup) and nextsitemanager or None
+        )



More information about the Checkins mailing list