summaryrefslogtreecommitdiff
path: root/ANSI.py
diff options
context:
space:
mode:
Diffstat (limited to 'ANSI.py')
-rw-r--r--ANSI.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/ANSI.py b/ANSI.py
deleted file mode 100644
index ca1673b..0000000
--- a/ANSI.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import warnings
-
-warnings.warn("This module has been moved to pexpect.ANSI, please update imports.",
- ImportWarning)
-del warnings
-
-from pexpect.ANSI import * # analysis:ignore \ No newline at end of file