##// END OF EJS Templates
Removed Javascript from Markdown by adding display priority to def config.
Removed Javascript from Markdown by adding display priority to def config.

File last commit:

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