From 0809535b9bc516214e1fc4154cd394897dfceae6 2013-01-31 19:15:40 From: Thomas Kluyver Date: 2013-01-31 19:15:40 Subject: [PATCH] Make enable_gui a staticmethod again --- diff --git a/IPython/frontend/terminal/interactiveshell.py b/IPython/frontend/terminal/interactiveshell.py index 0787e5c..818dd0a 100644 --- a/IPython/frontend/terminal/interactiveshell.py +++ b/IPython/frontend/terminal/interactiveshell.py @@ -358,6 +358,7 @@ class TerminalInteractiveShell(InteractiveShell): using_paste_magics = CBool(False) # In the terminal, GUI control is done via PyOS_InputHook + @staticmethod def enable_gui(gui=None, app=None): """Switch amongst GUI input hooks by name. """