[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Remove trailing white space.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Sep 16 16:28:47 EDT 2005


Log message for revision 38495:
  Remove trailing white space.
  

Changed:
  U   Zope3/trunk/src/zope/app/component/interface.py
  U   Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py

-=-
Modified: Zope3/trunk/src/zope/app/component/interface.py
===================================================================
--- Zope3/trunk/src/zope/app/component/interface.py	2005-09-16 20:28:02 UTC (rev 38494)
+++ Zope3/trunk/src/zope/app/component/interface.py	2005-09-16 20:28:47 UTC (rev 38495)
@@ -230,7 +230,7 @@
 
 
 def searchInterfaceUtilities(context, search_string=None, base=None):
-    gsm = zapi.getGlobalSiteManager()   
+    gsm = zapi.getGlobalSiteManager()
     iface_utilities = gsm.getUtilitiesFor(IInterface)
 
     if search_string:
@@ -272,7 +272,7 @@
     ids = [('%s.%s' %(iface.__module__, iface.__name__))
            for iface in items
            if iface == interface]
-    
+
     if not ids:
         # Do not fail badly, instead resort to the standard
         # way of getting the interface name, cause not all interfaces

Modified: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2005-09-16 20:28:02 UTC (rev 38494)
+++ Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2005-09-16 20:28:47 UTC (rev 38495)
@@ -378,7 +378,7 @@
         if not (menu and title):
             raise ConfigurationError(
                 "If either menu or title are specified, they must "
-                "both be specified.")   
+                "both be specified.")
             if len(for_) != 1:
                 raise ConfigurationError(
                     "Menus can be specified only for single-view, not for "
@@ -411,7 +411,7 @@
                 callable = provideInterface,
                 args = (None, i)
                 )
-            
+
             for name in i:
                 required[name] = permission
 
@@ -428,7 +428,7 @@
             discriminator = None,
             callable = provideInterface,
             args = ('', for_)
-            )        
+            )
 
 class simple(BrowserView):
     implements(IBrowserPublisher)



More information about the Zope3-Checkins mailing list