##// END OF EJS Templates
Backport PR #4820: fix regex for cleaning old logs with ipcluster...
Backport PR #4820: fix regex for cleaning old logs with ipcluster It still had the 'z' suffix from ages and ages ago, so no files would ever match. closes #4810

File last commit:

r11235:291fade6
r14845:b9a3c192
Show More
test_imports.py
15 lines | 350 B | text/x-python | PythonLexer
# encoding: utf-8
from IPython.testing import decorators as dec
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
@dec.skip_win32
def test_import_irunner():
from IPython.lib import irunner