__init__.py
5 lines
| 97 B
| text/x-python
|
PythonLexer
Thomas Spura
|
r3410 | try: | ||
import pexpect | ||||
from pexpect import * | ||||
except ImportError: | ||||
from _pexpect import * | ||||