##// END OF EJS Templates
Move extract_input_lines to main shell object, where it belongs.
Move extract_input_lines to main shell object, where it belongs.

File last commit:

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