##// END OF EJS Templates
Merge pull request #4342 from abhinav-upadhyay/unnessary-variable-assignment...
Merge pull request #4342 from abhinav-upadhyay/unnessary-variable-assignment Return value directly from the try block and avoid a variable

File last commit:

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