##// END OF EJS Templates
flush messages printed during startup...
flush messages printed during startup Prevents print statements during init methods from being associated with the first execution. closes #1022

File last commit:

r3410:21647ae3
r5361:f9675315
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *