##// END OF EJS Templates
Ahhh, config has 2.5isms in it. Beginning to debug.
Brian Granger -
Show More
@@ -22,9 +22,9 b' from IPython.genutils import get_home_dir, get_ipython_dir'
22 22 from IPython.external.configobj import ConfigObj
23 23
24 24 # Traitlets config imports
25 from IPython.config import traitlets
26 from IPython.config.config import *
27 from traitlets import *
25 # from IPython.config import traitlets
26 # from IPython.config.config import *
27 # from traitlets import *
28 28
29 29 class ConfigObjManager(object):
30 30
General Comments 0
You need to be logged in to leave comments. Login now