##// END OF EJS Templates
Remove executable permissions from image files....
Remove executable permissions from image files. Closes #982.

File last commit:

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