##// END OF EJS Templates
Defer saving raw_input to shell initialisation, so that we pick up the modified version needed for PyPy's readline to work.
Defer saving raw_input to shell initialisation, so that we pick up the modified version needed for PyPy's readline to work.

File last commit:

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