##// END OF EJS Templates
Merge pull request #3654 from minrk/alltargets...
Merge pull request #3654 from minrk/alltargets fix single-result AsyncResults `direct_view(targets='all')` could produce single-result behavior if only one engine is registered.

File last commit:

r3408:261328d5
r11433:14dc7fd2 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *