From 8c375383148f100f03aed52827ac513f145078c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 Jan 2016 10:12:18 +0100 Subject: code formatting: fix whitespace issues --- libmproxy/console/help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmproxy/console/help.py') diff --git a/libmproxy/console/help.py b/libmproxy/console/help.py index 74748030..0c264ebf 100644 --- a/libmproxy/console/help.py +++ b/libmproxy/console/help.py @@ -12,6 +12,7 @@ footer = [ class HelpView(urwid.ListBox): + def __init__(self, help_context): self.help_context = help_context or [] urwid.ListBox.__init__( -- cgit v1.2.3