##// END OF EJS Templates
Added wait=True to a couple more clear_output calls.
Added wait=True to a couple more clear_output calls.

File last commit:

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