From 8506a2180b662fd4df44a27c4eea309c3aef4655 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 28 Jun 2016 17:50:30 +0100 Subject: [PATCH] Remove colors_force flag See ipython/ipython#9673. This copy wasn't doing anything anyway, since jupyter_console no longer inherits from IPython. --- jupyter_console/ptshell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyter_console/ptshell.py b/jupyter_console/ptshell.py index 04b4a9a8..dd20a76f 100644 --- a/jupyter_console/ptshell.py +++ b/jupyter_console/ptshell.py @@ -114,7 +114,6 @@ def get_completions(self, document, complete_event): yield Completion(m, start_position=start_pos) class ZMQTerminalInteractiveShell(SingletonConfigurable): - colors_force = True readline_use = False pt_cli = None