From cd8ca02788fae5706426f31700de9ab16df1438d 2011-08-27 05:59:47 From: Nicolas Rougier Date: 2011-08-27 05:59:47 Subject: [PATCH] Missing files added (again). Need to practice with git... --- diff --git a/IPython/lib/__init__.py b/IPython/lib/__init__.py index b5c9e53..c390e2e 100644 --- a/IPython/lib/__init__.py +++ b/IPython/lib/__init__.py @@ -19,6 +19,7 @@ from IPython.lib.inputhook import ( enable_gtk, disable_gtk, enable_qt4, disable_qt4, enable_tk, disable_tk, + enable_pyglet, disable_pyglet, set_inputhook, clear_inputhook, current_gui )