[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/wordcount.py Cleaned up trailing whitespace.

Jim Fulton jim at zope.com
Tue Apr 14 09:50:00 EDT 2009


Log message for revision 99167:
  Cleaned up trailing whitespace.
  

Changed:
  U   zc.ngi/trunk/src/zc/ngi/wordcount.py

-=-
Modified: zc.ngi/trunk/src/zc/ngi/wordcount.py
===================================================================
--- zc.ngi/trunk/src/zc/ngi/wordcount.py	2009-04-14 13:28:04 UTC (rev 99166)
+++ zc.ngi/trunk/src/zc/ngi/wordcount.py	2009-04-14 13:49:59 UTC (rev 99167)
@@ -27,7 +27,7 @@
 import threading
 import time
 
-import zc.ngi    
+import zc.ngi
 import zc.ngi.message
 
 _lock = threading.Lock()
@@ -38,7 +38,7 @@
 logger = logging.getLogger('zc.ngi.wordcount')
 
 class Server:
-    
+
     def __init__(self, connection):
         if __debug__:
             logger.debug("Server(%r)", connection)
@@ -180,7 +180,7 @@
             logger.debug("connected(%r)", connection)
         connection.write(self.docs[0]+'\0')
         connection.setHandler(self)
-        
+
     def failed_connect(self, reason):
         print 'Failed to connect:', reason
         self.notify()



More information about the Checkins mailing list