[Checkins] SVN: five.customerize/trunk/src/five/customerize/ Nuke trailing white space

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jan 3 13:50:01 UTC 2012


Log message for revision 123921:
  Nuke trailing white space

Changed:
  U   five.customerize/trunk/src/five/customerize/browser.py
  U   five.customerize/trunk/src/five/customerize/configure.zcml
  U   five.customerize/trunk/src/five/customerize/interfaces.py

-=-
Modified: five.customerize/trunk/src/five/customerize/browser.py
===================================================================
--- five.customerize/trunk/src/five/customerize/browser.py	2012-01-03 13:49:42 UTC (rev 123920)
+++ five.customerize/trunk/src/five/customerize/browser.py	2012-01-03 13:50:00 UTC (rev 123921)
@@ -44,7 +44,7 @@
     For example, let's take Five's configure.zcml as an example.  We
     assemble it in an OS-independent way so this test works on all
     platforms:
-    
+
       >>> def filesystemPath(*elements):
       ...     return sep.join(elements)
 

Modified: five.customerize/trunk/src/five/customerize/configure.zcml
===================================================================
--- five.customerize/trunk/src/five/customerize/configure.zcml	2012-01-03 13:49:42 UTC (rev 123920)
+++ five.customerize/trunk/src/five/customerize/configure.zcml	2012-01-03 13:50:00 UTC (rev 123921)
@@ -7,7 +7,7 @@
       id="five.AddTTWViewTemplate"
       title="Five: Add TTW View Template"
       />
-  
+
   <five:registerClass
       class=".zpt.TTWViewTemplate"
       meta_type="TTW View Template"
@@ -58,4 +58,4 @@
         />
   </browser:pages>
 
-</configure>
\ No newline at end of file
+</configure>

Modified: five.customerize/trunk/src/five/customerize/interfaces.py
===================================================================
--- five.customerize/trunk/src/five/customerize/interfaces.py	2012-01-03 13:49:42 UTC (rev 123920)
+++ five.customerize/trunk/src/five/customerize/interfaces.py	2012-01-03 13:50:00 UTC (rev 123921)
@@ -10,7 +10,7 @@
 
 class IViewTemplateContainer(Interface):
     """ container for all ttw view template objects """
-    
+
     def addTemplate(id, template):
         """ add the given ttw view template to the container
             and return it acquisition wrapped in the container """



More information about the checkins mailing list