summaryrefslogtreecommitdiff
path: root/pexpect
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-25 15:54:14 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-25 15:54:14 -0700
commita5c225ca5c9977ed03df7d6e78e97d3ce5569a98 (patch)
tree7ffcb33e4188094386ac7e94d54aa6c83014e6b8 /pexpect
parent8386db8f686394a433f1ea9d1daeee6760a7e664 (diff)
downloadpexpect-a5c225ca5c9977ed03df7d6e78e97d3ce5569a98.tar.gz
Fix some imports
Diffstat (limited to 'pexpect')
-rw-r--r--pexpect/pxssh.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pexpect/pxssh.py b/pexpect/pxssh.py
index 8521df5..59a2437 100644
--- a/pexpect/pxssh.py
+++ b/pexpect/pxssh.py
@@ -20,8 +20,7 @@ PEXPECT LICENSE
'''
-from pexpect import *
-import pexpect
+from pexpect import ExceptionPexpect, TIMEOUT, EOF, spawn
import time
import os