##// END OF EJS Templates
Merge pull request #6929 from minrk/cull20...
Merge pull request #6929 from minrk/cull20 cull 20% when display hook is full

File last commit:

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