##// END OF EJS Templates
Reset the interactive namespace __warningregistry__ before executing code...
r18548:61431d7d
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *