Sign in
fuchsia
/
third_party
/
github.com
/
pexpect
/
pexpect
/
refs/heads/upstream/3.x
/
.
/
ANSI.py
blob: ca1673bb7f2a47e8d8909734a72a840321c61892 [
file
] [
edit
]
import
warnings
warnings
.
warn
(
"This module has been moved to pexpect.ANSI, please update imports."
,
ImportWarning
)
del
warnings
from
pexpect
.
ANSI
import
*
# analysis:ignore