##// END OF EJS Templates
minor improvements to text placement in qtconsole...
minor improvements to text placement in qtconsole * allow `before_prompt=True` behavior to have effect during raw_input * append 'cannot restart' message before the prompt, so it doesn't get mixed up with input.

File last commit:

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