##// END OF EJS Templates
use IPythons config subsystem to allow overrides to the tornado web app.
r5664:d2858bc7
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *