##// END OF EJS Templates
add Ctrl+= to keybinding to increase font size in qt widget
add Ctrl+= to keybinding to increase font size in qt widget

File last commit:

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