[tor-commits] [ooni-probe/master] Fix typo in class used by bridget

art at torproject.org art at torproject.org
Mon Nov 5 19:48:19 UTC 2012


commit 56bc41105c3f1ec1580eeeb5c9c1d2353d3490fd
Author: Arturo Filastò <arturo at filasto.net>
Date:   Mon Nov 5 20:48:00 2012 +0100

    Fix typo in class used by bridget
---
 nettests/bridget.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nettests/bridget.py b/nettests/bridget.py
index 74d1d47..6bad316 100644
--- a/nettests/bridget.py
+++ b/nettests/bridget.py
@@ -85,7 +85,7 @@ class BridgetArgs(usage.Options):
         if self['torpath']:
             ValueChecker.file_check(self['torpath'])
 
-class BridgetTest(nettest.TestCase):
+class BridgetTest(nettest.NetTestCase):
     """
     XXX fill me in
 



More information about the tor-commits mailing list