##// END OF EJS Templates
don't abort queue on execution failure...
don't abort queue on execution failure This causes many problems, and should be reconsidered. Disable for now, as it is necessary for the Kernel merge.

File last commit:

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