##// END OF EJS Templates
add width:100% to vbox for webkit / FF consistency...
add width:100% to vbox for webkit / FF consistency closes #3049

File last commit:

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