##// END OF EJS Templates
don't split `.cell` and `div.cell` CSS...
don't split `.cell` and `div.cell` CSS `.cell` matches non-IPython things that it shouldn't (inside highlighted code), everything `.cell` should match in IPython is a div.

File last commit:

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