##// END OF EJS Templates
add config names to IPython.confg
MinRK -
Show More
@@ -3,7 +3,7 b''
3 __docformat__ = "restructuredtext en"
3 __docformat__ = "restructuredtext en"
4
4
5 #-------------------------------------------------------------------------------
5 #-------------------------------------------------------------------------------
6 # Copyright (C) 2008-2011 The IPython Development Team
6 # Copyright (C) 2008 The IPython Development Team
7 #
7 #
8 # Distributed under the terms of the BSD License. The full license is in
8 # Distributed under the terms of the BSD License. The full license is in
9 # the file COPYING, distributed as part of this software.
9 # the file COPYING, distributed as part of this software.
@@ -11,4 +11,8 b' __docformat__ = "restructuredtext en"'
11
11
12 #-------------------------------------------------------------------------------
12 #-------------------------------------------------------------------------------
13 # Imports
13 # Imports
14 #------------------------------------------------------------------------------- No newline at end of file
14 #-------------------------------------------------------------------------------
15
16 from .application import *
17 from .configurable import *
18 from .loader import Config
General Comments 0
You need to be logged in to leave comments. Login now