[or-cvs] r18658: {torctl} Helps to call the right method in the superclass. (torctl/trunk/python/TorCtl)
mikeperry at seul.org
mikeperry at seul.org
Fri Feb 20 12:02:28 UTC 2009
Author: mikeperry
Date: 2009-02-20 07:02:27 -0500 (Fri, 20 Feb 2009)
New Revision: 18658
Modified:
torctl/trunk/python/TorCtl/PathSupport.py
Log:
Helps to call the right method in the superclass.
Modified: torctl/trunk/python/TorCtl/PathSupport.py
===================================================================
--- torctl/trunk/python/TorCtl/PathSupport.py 2009-02-20 11:59:09 UTC (rev 18657)
+++ torctl/trunk/python/TorCtl/PathSupport.py 2009-02-20 12:02:27 UTC (rev 18658)
@@ -1356,7 +1356,7 @@
self.streams[s.strm_id].bytes_written += s.bytes_written
def new_consensus_event(self, n):
- TorCtl.ConsensusTracker.new_desc_event(self, n)
+ TorCtl.ConsensusTracker.new_consensus_event(self, n)
self.selmgr.path_selector.rebuild_gens(self.sorted_r)
def new_desc_event(self, d):
More information about the tor-commits
mailing list