summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 17:59:16 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 17:59:16 +1100
commitc47f974dad3cfdf37cbd0d791c597bac1d3f4224 (patch)
tree89c08afb67013d6daad5c8afa0142c54e4ca67d2
parentcfbfc4a66603e7dff686922dee16c24da6d4a23e (diff)
downloadonionshare-c47f974dad3cfdf37cbd0d791c597bac1d3f4224.tar.gz
onionshare-c47f974dad3cfdf37cbd0d791c597bac1d3f4224.zip
Tweaks to SettingsGuiBaseTest object
-rw-r--r--tests/SettingsGuiBaseTest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/SettingsGuiBaseTest.py b/tests/SettingsGuiBaseTest.py
index 195e7933..e59a58a8 100644
--- a/tests/SettingsGuiBaseTest.py
+++ b/tests/SettingsGuiBaseTest.py
@@ -1,13 +1,10 @@
import json
import os
-import sys
-from PyQt5 import QtWidgets
from onionshare import strings
from onionshare.common import Common
from onionshare.settings import Settings
from onionshare.onion import Onion
-from onionshare.web import Web
from onionshare_gui import Application, OnionShare
from onionshare_gui.settings_dialog import SettingsDialog
@@ -31,8 +28,6 @@ class SettingsGuiBaseTest(object):
qtapp = Application(common)
app = OnionShare(common, testonion, True, 0)
- web = Web(common, False, True)
-
for key, val in common.settings.default_settings.items():
if key not in test_settings:
test_settings[key] = val