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