##// END OF EJS Templates
Merge pull request #856 from fperez/backgroundjobs...
Merge pull request #856 from fperez/backgroundjobs Update `IPython.lib.backgroundjobs`: API cleanup, small fixes and improvements, example notebook illustrating their use and test suite. Test coverage isn't as good as it should be, but at least we now do have some tests for this code.

File last commit:

r4053:b45902e3
r5009:c40702c7 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *