##// END OF EJS Templates
set overflow-x: hidden on Firefox only...
set overflow-x: hidden on Firefox only workaround crazy Firefox-only behavior when selecting newlines closes #3549 Conflicts: IPython/html/static/style/style.min.css

File last commit:

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