notebook/IPython
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
..
html Merge pull request #3518 from takluyver/unused-imports 2013-07-04 02:24:15 -07:00
nbconvert/exporters Fixing import for nbconvert. 2013-06-30 18:04:56 -07:00
testing Remove unused imports in IPython.testing 2013-07-02 23:00:28 +01:00
utils/tests Fix test import 2013-07-02 23:03:29 +01:00