##// END OF EJS Templates
demo.py => lib/demo.py and imports updated.
demo.py => lib/demo.py and imports updated.

File last commit:

r2017:73aa7ce6
r2017:73aa7ce6
Show More
test_imports.py
10 lines | 245 B | text/x-python | PythonLexer
#!/usr/bin/env python
# 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