[or-cvs] r20562: {torflow} BwScanHandler is an SQLScanHandler. (torflow/trunk/NetworkScanners/BwAuthority)

mikeperry at seul.org mikeperry at seul.org
Mon Sep 14 11:12:38 UTC 2009


Author: mikeperry
Date: 2009-09-14 07:12:38 -0400 (Mon, 14 Sep 2009)
New Revision: 20562

Modified:
   torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
Log:

BwScanHandler is an SQLScanHandler.



Modified: torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py	2009-09-14 11:10:22 UTC (rev 20561)
+++ torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py	2009-09-14 11:12:38 UTC (rev 20562)
@@ -135,7 +135,7 @@
     traceback.print_exc()
     return 0
 
-class BwScanHandler(ScanSupport.ScanHandler):
+class BwScanHandler(ScanSupport.SQLScanHandler):
   def is_count_met(self, count, num_streams, position=0):
     cond = threading.Condition()
     cond._finished = True # lol python haxx. Could make subclass, but why?? :)



More information about the tor-commits mailing list