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