From b39ceb044dfaf6c858be5f93b3eac01103daaac0 2012-04-12 23:38:49 From: Thomi Richards Date: 2012-04-12 23:38:49 Subject: [PATCH] Fixed whitespace issue. --- diff --git a/IPython/lib/inputhook.py b/IPython/lib/inputhook.py index 898e69d..83dd7cb 100644 --- a/IPython/lib/inputhook.py +++ b/IPython/lib/inputhook.py @@ -510,7 +510,7 @@ def enable_gui(gui=None, app=None): GUI_QT4: enable_qt4, GUI_GLUT: enable_glut, GUI_PYGLET: enable_pyglet, - GUI_GTK3: enable_gtk3, + GUI_GTK3: enable_gtk3, } try: gui_hook = guis[gui]