[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Spurious comma makes everyone sad.
Update of /home/or/cvsroot/control/python
In directory moria:/tmp/cvs-serv3532/python
Modified Files:
TorCtl.py
Log Message:
Spurious comma makes everyone sad.
Index: TorCtl.py
===================================================================
RCS file: /home/or/cvsroot/control/python/TorCtl.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- TorCtl.py 9 Nov 2005 21:07:26 -0000 1.8
+++ TorCtl.py 9 Nov 2005 21:23:54 -0000 1.9
@@ -53,7 +53,7 @@
"ERR" : self.msg,
"NEWDESC" : self.new_desc,
"ADDRMAP" : self.address_mapped
- },
+ }
def handle0(self, evbody):
"""Dispatcher: called from Connection when an event is received."""