aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_console_help.py')
-rw-r--r--test/test_console_help.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_console_help.py b/test/test_console_help.py
index 24517439..a7a8b745 100644
--- a/test/test_console_help.py
+++ b/test/test_console_help.py
@@ -5,10 +5,12 @@ if os.name == "nt":
import libmproxy.console.help as help
+
class DummyLoop:
def __init__(self):
self.widget = None
+
class DummyMaster:
def __init__(self):
self.loop = DummyLoop()