[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/onlinehelp/onlinehelp.py Whitespace normalization.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 11 16:56:00 EDT 2005


Log message for revision 39077:
  Whitespace normalization.
  

Changed:
  U   Zope3/trunk/src/zope/app/onlinehelp/onlinehelp.py

-=-
Modified: Zope3/trunk/src/zope/app/onlinehelp/onlinehelp.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/onlinehelp.py	2005-10-11 20:55:18 UTC (rev 39076)
+++ Zope3/trunk/src/zope/app/onlinehelp/onlinehelp.py	2005-10-11 20:56:00 UTC (rev 39077)
@@ -41,11 +41,11 @@
     >>> path = os.path.join(testdir(), 'help.txt')
 
     Create an `OnlineHelp` instance
-    
+
     >>> onlinehelp = OnlineHelp('Help', path)
 
     First do the interface verifying tests.
-    
+
     >>> from zope.interface.verify import verifyObject
     >>> from zope.app.traversing.interfaces import IContainmentRoot
     >>> verifyObject(IOnlineHelp, onlinehelp)
@@ -126,8 +126,8 @@
 
         if class_ is None:
             class_ = OnlineHelpTopic
-        
-        
+
+
         # Create topic base on the custom class or OnlinHelpTopic
         topic = class_(id, title, doc_path, parent_path, interface, view)
 



More information about the Zope3-Checkins mailing list