Go to file
Matthias Bussonnier 1bbbeddafd Merge pull request #3518 from takluyver/unused-imports
Clear up unused imports

Static analysis revealed a load of things that are imported but not used. I've tried to leave things that look like part of the API, and clear up other things.

Noticed a few test functions which had been copy-pasted without changing the name, in which case only the later one will run. I gave them separate names.
2013-07-04 02:24:15 -07:00
docs/source/_static Moving examples to the top level. 2013-01-19 14:22:22 -08:00
examples copy IPython logo in example directory 2013-03-30 11:48:28 +01:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #3518 from takluyver/unused-imports 2013-07-04 02:24:15 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap add Jörgen to mailmap 2012-06-29 17:20:46 -07:00
setup.py Fixing install logic for nbconvert. 2013-06-30 18:05:02 -07:00
setupbase.py Fixing imports in setupbase.py. 2013-06-30 20:59:12 -07:00