##// END OF EJS Templates
Revert "allow markdown in heading cells"...
Revert "allow markdown in heading cells" This reverts commit 8c83c3b958b3c9f65d9446f69b2704a0b263b07b.

File last commit:

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