##// END OF EJS Templates
various small fixes in qtconsole...
various small fixes in qtconsole * Don't crash on second stdin request, because it's possible for multiple stdin_requests to come in succession (e.g. first was interrupted) * fix status=abort->aborted typo, and handle aborted executions properly closes gh-808

File last commit:

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