[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Remove extraneous space



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv533/lib/mixminion

Modified Files:
	ClientMain.py benchmark.py 
Log Message:
Remove extraneous space

Index: ClientMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientMain.py,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- ClientMain.py	6 Jun 2003 06:04:57 -0000	1.90
+++ ClientMain.py	6 Jun 2003 06:08:39 -0000	1.91
@@ -1087,7 +1087,7 @@
     LOG.warn("No configuration file found. Installing default file in %s",
                   fname)
 
-    writeFile(os.path.expanduser(fname), 
+    writeFile(os.path.expanduser(fname),
               """\
 # This file contains your options for the mixminion client.
 [Host]

Index: benchmark.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/benchmark.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- benchmark.py	5 Jun 2003 18:41:40 -0000	1.40
+++ benchmark.py	6 Jun 2003 06:08:39 -0000	1.41
@@ -478,7 +478,7 @@
 
 #----------------------------------------------------------------------
 def serverQueueTiming():
-    print "#================= SERVER QUEUES ====================="    
+    print "#================= SERVER QUEUES ====================="
     Queue = mixminion.server.ServerQueue.Queue
     DeliveryQueue = mixminion.server.ServerQueue.DeliveryQueue
     d1 = mix_mktemp()
@@ -887,7 +887,7 @@
         #tls.verify_cert_and_get_identity_pk()
         #tls.get_peer_cert_pk()
         certcache.check(tls, keyid, ("127.0.0.1", TEST_PORT))
-        #print certcache.cache 
+        #print certcache.cache
         
         tls.shutdown()
         sock.close()