diff options
author | Matthew Shao <me@matshao.com> | 2017-08-01 19:32:49 +0800 |
---|---|---|
committer | Matthew Shao <me@matshao.com> | 2017-08-01 19:32:49 +0800 |
commit | e533d02d98e54320f437fef529fe632d8930c401 (patch) | |
tree | 2d4cca455c33f2bbdd93c81f6146ec81a2ddde1e | |
parent | f078808fc60e3c4755bdcc664fac9518c52c7692 (diff) | |
download | mitmproxy-e533d02d98e54320f437fef529fe632d8930c401.tar.gz mitmproxy-e533d02d98e54320f437fef529fe632d8930c401.tar.bz2 mitmproxy-e533d02d98e54320f437fef529fe632d8930c401.zip |
Remove redundant comment.
-rw-r--r-- | mitmproxy/tools/console/consoleaddons.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mitmproxy/tools/console/consoleaddons.py b/mitmproxy/tools/console/consoleaddons.py index f561f61e..0d20fd94 100644 --- a/mitmproxy/tools/console/consoleaddons.py +++ b/mitmproxy/tools/console/consoleaddons.py @@ -11,9 +11,6 @@ from mitmproxy.tools.console import overlay from mitmproxy.tools.console import signals from mitmproxy.tools.console import keymap -# We redefine these here for now to avoid importing Urwid-related guff on -# platforms that don't support it, and circular imports. We can do better using -# a lazy checker down the track. console_palettes = [ "lowlight", "lowdark", |