mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[CLN] make wexpect subdir
This commit is contained in:
parent
88bbd4fc5c
commit
f1654bc8df
9
wexpect/__init__.py
Normal file
9
wexpect/__init__.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from .legacy_wexpect import ExceptionPexpect
|
||||||
|
from .legacy_wexpect import EOF
|
||||||
|
from .legacy_wexpect import TIMEOUT
|
||||||
|
from .legacy_wexpect import spawn
|
||||||
|
from .legacy_wexpect import run
|
||||||
|
from .legacy_wexpect import split_command_line
|
||||||
|
from .legacy_wexpect import __version__
|
||||||
|
|
||||||
|
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'split_command_line', '__version__']
|
Loading…
Reference in New Issue
Block a user