##// END OF EJS Templates
Changed how config files are loaded....
Changed how config files are loaded. Previously, we were loading a config file by exec'ing the file in an empty Config instance. That was a bit dangerous, so now there is a get_config function that should be called to get the Config instance. Then attributes can simply be set on it. The config files have been updated to reflect this change.

File last commit:

r2064:a2e46ebb
r2261:5a080db1
Show More
MANIFEST.in
37 lines | 666 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
graft IPython/kernel
graft IPython/config
graft IPython/core
graft IPython/deathrow
graft IPython/external
graft IPython/frontend
graft IPython/gui
graft IPython/lib
graft IPython/quarantine
graft IPython/scripts
graft IPython/testing
graft IPython/utils
recursive-include IPython/extensions igrid_help*
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore