##// END OF EJS Templates
Fixing the setup.py script under setuptools and the __init__.py script.
Fixing the setup.py script under setuptools and the __init__.py script.

File last commit:

r2017:73aa7ce6
r2034:eb05312a
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