##// END OF EJS Templates
Fix rpmlint: incorrect-fsf-address...
Fix rpmlint: incorrect-fsf-address """ The Free Software Foundation address in this file seems to be outdated or misspelled. Ask upstream to update the address, or if this is a license file, possibly the entire file with a new copy available from the FSF. """ Replacing it with the correct one.

File last commit:

r2035:878e4e25
r4456:e9b1ebbf
Show More
test_imports.py
14 lines | 307 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
def test_import_irunner():
from IPython.lib import demo