##// END OF EJS Templates
Make enable_gui a staticmethod again
Thomas Kluyver -
Show More
@@ -358,6 +358,7 b' class TerminalInteractiveShell(InteractiveShell):'
358 using_paste_magics = CBool(False)
358 using_paste_magics = CBool(False)
359
359
360 # In the terminal, GUI control is done via PyOS_InputHook
360 # In the terminal, GUI control is done via PyOS_InputHook
361 @staticmethod
361 def enable_gui(gui=None, app=None):
362 def enable_gui(gui=None, app=None):
362 """Switch amongst GUI input hooks by name.
363 """Switch amongst GUI input hooks by name.
363 """
364 """
General Comments 0
You need to be logged in to leave comments. Login now