[tor-commits] [sbws/master] Add forgotten constant import

juga at torproject.org juga at torproject.org
Tue Sep 18 09:26:12 UTC 2018


commit 37cc9a4f7bfafb06085004b6934ce2867f381827
Author: juga0 <juga at riseup.net>
Date:   Thu Sep 13 19:27:27 2018 +0000

    Add forgotten constant import
---
 tests/unit/lib/test_v3bwfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/lib/test_v3bwfile.py b/tests/unit/lib/test_v3bwfile.py
index b0001c1..15a6779 100644
--- a/tests/unit/lib/test_v3bwfile.py
+++ b/tests/unit/lib/test_v3bwfile.py
@@ -4,7 +4,7 @@ import json
 import os.path
 
 from sbws import __version__ as version
-from sbws.globals import SPEC_VERSION, SBWS_SCALING
+from sbws.globals import SPEC_VERSION, SBWS_SCALING, TORFLOW_SCALING
 from sbws.lib.resultdump import Result, load_result_file
 from sbws.lib.v3bwfile import (V3BWHeader, V3BWLine, TERMINATOR, LINE_SEP,
                                KEYVALUE_SEP_V110, num_results_of_type,





More information about the tor-commits mailing list