##// END OF EJS Templates
adjust some events in nb_roundtrip...
adjust some events in nb_roundtrip hopefully should address some intermittent failures due to race conditions

File last commit:

r13347:54891794
r15244:5f60731e
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *