##// END OF EJS Templates
Moved Itpl.py to deathrow as we already have a copy in external.
Moved Itpl.py to deathrow as we already have a copy in external.

File last commit:

r2017:73aa7ce6
r2031:01bb834d
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