##// END OF EJS Templates
inputhook: further cleanups for stdin_ready()...
inputhook: further cleanups for stdin_ready() - split stdin_ready() in 3 platform specific functions and choose the appropriate one at import time - add docstrings for each of these

File last commit:

r3408:261328d5
r4930:bbdb0ddc
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *