##// END OF EJS Templates
this is how the configuration system is supposed to be used.
this is how the configuration system is supposed to be used.

File last commit:

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