From 907503952f8d49a57f6fc3e793b7104fcf6295f2 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 30 Sep 2018 18:40:47 -0700 Subject: [PATCH] Oops, import strings into tor GUI tests --- tests_gui_tor/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_gui_tor/conftest.py b/tests_gui_tor/conftest.py index 23079e8d..3ae6fd52 100644 --- a/tests_gui_tor/conftest.py +++ b/tests_gui_tor/conftest.py @@ -8,7 +8,7 @@ import tempfile import pytest -from onionshare import common, web, settings +from onionshare import common, web, settings, strings @pytest.fixture def temp_dir_1024():