##// END OF EJS Templates
Merge pull request #1199 from tomspur/my_reduce_external...
Merge pull request #1199 from tomspur/my_reduce_external * Removes guid from external, because we now use stdlib uuid. * Remove some miscellaneous unused imports * The only remaining guid usage was in deathrow, and has been replaced with uuids, but is untested.

File last commit:

r4574:a8c54759
r5822:7ac48f7c merge
Show More
test_imports.py
13 lines | 285 B | text/x-python | PythonLexer
# encoding: utf-8
def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
def test_import_deepreload():
from IPython.lib import deepreload
def test_import_demo():
from IPython.lib import demo
def test_import_irunner():
from IPython.lib import demo