##// END OF EJS Templates
Missing files added (again). Need to practice with git...
Nicolas Rougier -
Show More
@@ -1,28 +1,29 b''
1 1 # encoding: utf-8
2 2 """
3 3 Extra capabilities for IPython
4 4 """
5 5
6 6 #-----------------------------------------------------------------------------
7 7 # Copyright (C) 2008-2009 The IPython Development Team
8 8 #
9 9 # Distributed under the terms of the BSD License. The full license is in
10 10 # the file COPYING, distributed as part of this software.
11 11 #-----------------------------------------------------------------------------
12 12
13 13 #-----------------------------------------------------------------------------
14 14 # Imports
15 15 #-----------------------------------------------------------------------------
16 16
17 17 from IPython.lib.inputhook import (
18 18 enable_wx, disable_wx,
19 19 enable_gtk, disable_gtk,
20 20 enable_qt4, disable_qt4,
21 21 enable_tk, disable_tk,
22 enable_pyglet, disable_pyglet,
22 23 set_inputhook, clear_inputhook,
23 24 current_gui
24 25 )
25 26
26 27 #-----------------------------------------------------------------------------
27 28 # Code
28 29 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now