##// 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:

r3408:261328d5
r6162:91932a06
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *