##// END OF EJS Templates
Merge pull request #3514 from minrk/ui-state-disabled...
Merge pull request #3514 from minrk/ui-state-disabled use bootstrap `disabled` instead of `ui-state-disabled`

File last commit:

r3410:21647ae3
r11138:0ab1d3d4 merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *