##// END OF EJS Templates
more robust code...
more robust code _pre_image_append as method _jpg_supported as Bool Trait

File last commit:

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