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

[minion-cvs] Fix typos and clean up as suggested by pychecker.



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

Modified Files:
	PacketHandler.py ServerMain.py 
Log Message:
Fix typos and clean up as suggested by pychecker.

Index: PacketHandler.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/PacketHandler.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- PacketHandler.py	9 Oct 2003 15:26:16 -0000	1.28
+++ PacketHandler.py	13 Oct 2003 17:30:24 -0000	1.29
@@ -1,7 +1,7 @@
 # Copyright 2002-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
-"""mixminion.PacketHandler: Code to process mixminion packets on a server"""
+"""mixminion.server.PacketHandler: Code to process mixminion packets"""
 
 import binascii
 import threading

Index: ServerMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerMain.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- ServerMain.py	28 Sep 2003 04:12:29 -0000	1.93
+++ ServerMain.py	13 Oct 2003 17:30:24 -0000	1.94
@@ -168,7 +168,7 @@
                 if res.isDelivery():
                     res.decode()
 
-                h2 = self.mixPool.queueObject(res)
+                self.mixPool.queueObject(res)
                 self.removeMessage(handle)
                 LOG.debug("Processed message IN:%s; inserting into mix pool",
                           handle)