[or-cvs] a bugfix from bear

arma at seul.org arma at seul.org
Sun Jul 17 22:00:18 UTC 2005


Update of /home2/or/cvsroot/control/python
In directory moria:/home/arma/work/onion/cvs/control/python

Modified Files:
	TorExample.py 
Log Message:
a bugfix from bear


Index: TorExample.py
===================================================================
RCS file: /home2/or/cvsroot/control/python/TorExample.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- TorExample.py	13 Jul 2005 06:36:38 -0000	1.8
+++ TorExample.py	17 Jul 2005 22:00:16 -0000	1.9
@@ -81,7 +81,7 @@
 def run_listen():
     conn = getConnection(daemon=0)
     events = []
-    conn.setEventHandler(DebugEventHandler())
+    conn.set_event_handler(DebugEventHandler())
     conn.set_events(sys.argv[1:])
 
 def run_signal():



More information about the tor-commits mailing list