##// END OF EJS Templates
Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython...
Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython was spelled as lowercase. This didn't cause a problem on OS X as it is case insensitive. But on Linux, it crashed. Now ipython is spelled properly as "IPython". Also, kernel/config/tests and UserConfig were missing their __init__.py files. These have been added.

File last commit:

r1176:d99cb87c
r1254:19bd8e77
Show More
options.conf
6 lines | 116 B | text/plain | TextLexer
ldufrechou
[/gui/wx] Initial options support + conf file....
r1168 completion=IPYTHON
background_color=BLACK
ldufrechou
[gui/wx] added options save/restore for history widget
r1176 filter_empty=True
filter_magic=True
filter_doc=True
filter_cmd=True