##// END OF EJS Templates
Make readline tab-completion work in two-process terminal frontend.
r5586:91df35a6
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from mglob import *
except ImportError:
from _mglob import *