##// END OF EJS Templates
expedite IPython.parallel tests...
expedite IPython.parallel tests Fewer engines are added during the test suite, by counting the absolute number of engines, rather than repeatedly adding a minimum number.

File last commit:

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