##// END OF EJS Templates
Merge pull request #8121 from minrk/oinspect-lower...
Merge pull request #8121 from minrk/oinspect-lower fix compress_user comparison

File last commit:

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