Show More
@@ -1,6 +1,23 b'' | |||||
|
1 | """Global configuration class.""" | |||
|
2 | #----------------------------------------------------------------------------- | |||
|
3 | # Copyright (c) 2013, the IPython Development Team. | |||
|
4 | # | |||
|
5 | # Distributed under the terms of the Modified BSD License. | |||
|
6 | # | |||
|
7 | # The full license is in the file COPYING.txt, distributed with this software. | |||
|
8 | #----------------------------------------------------------------------------- | |||
|
9 | ||||
|
10 | #----------------------------------------------------------------------------- | |||
|
11 | # Imports | |||
|
12 | #----------------------------------------------------------------------------- | |||
|
13 | ||||
1 | from IPython.utils.traitlets import (Unicode, List, Bool) |
|
14 | from IPython.utils.traitlets import (Unicode, List, Bool) | |
2 | from IPython.config.configurable import Configurable |
|
15 | from IPython.config.configurable import Configurable | |
3 |
|
16 | |||
|
17 | #----------------------------------------------------------------------------- | |||
|
18 | # Classes and functions | |||
|
19 | #----------------------------------------------------------------------------- | |||
|
20 | ||||
4 | class GlobalConfigurable(Configurable): |
|
21 | class GlobalConfigurable(Configurable): | |
5 | """Global configurable class for shared config |
|
22 | """Global configurable class for shared config | |
6 |
|
23 |
General Comments 0
You need to be logged in to leave comments.
Login now