##// END OF EJS Templates
Fixes for _display_banner when creating new qtconsole tabs...
Fixes for _display_banner when creating new qtconsole tabs * make sure _display_banner is set in FrontendWidget * make sure _display_banner flag is passed in from console app

File last commit:

r13347:54891794
r19327:a8a252e9
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *