##// 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:

r3408:261328d5
r4662:d8f3d170
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *