##// END OF EJS Templates
Don't crash if README_STARTUP is missing...
Don't crash if README_STARTUP is missing On Windows inside a py2exe'd environment, README_STARTUP does not get copied into library.zip. Added a warning and a skip if the file IPython/config/profile/README_STARTUP is missing.

File last commit:

r4574:a8c54759
r10264:ecd2601d
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