[Checkins] SVN: zc.buildoutsftp/branches/dev/src/zc/buildoutsftp/tests.py fix whitespace

Fred L. Drake, Jr. fdrake at gmail.com
Tue Jan 23 22:20:52 EST 2007


Log message for revision 72201:
  fix whitespace

Changed:
  U   zc.buildoutsftp/branches/dev/src/zc/buildoutsftp/tests.py

-=-
Modified: zc.buildoutsftp/branches/dev/src/zc/buildoutsftp/tests.py
===================================================================
--- zc.buildoutsftp/branches/dev/src/zc/buildoutsftp/tests.py	2007-01-23 21:22:56 UTC (rev 72200)
+++ zc.buildoutsftp/branches/dev/src/zc/buildoutsftp/tests.py	2007-01-24 03:20:51 UTC (rev 72201)
@@ -67,7 +67,7 @@
                 host, hkey = hkeys[index]
             except IndexError:
                 raise WindowsError(index)
-            
+
             return 'rsa at 22:'+host, hkey, 0
 
         HostKeys = paramiko.HostKeys
@@ -86,8 +86,6 @@
                 for (host, hkey) in hkeys
                 ])
 
-    
 
 def test_suite():
     return doctest.DocTestSuite()
-



More information about the Checkins mailing list