diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-09-25 15:54:14 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-09-25 15:54:14 -0700 |
| commit | a5c225ca5c9977ed03df7d6e78e97d3ce5569a98 (patch) | |
| tree | 7ffcb33e4188094386ac7e94d54aa6c83014e6b8 /pexpect | |
| parent | 8386db8f686394a433f1ea9d1daeee6760a7e664 (diff) | |
| download | pexpect-a5c225ca5c9977ed03df7d6e78e97d3ce5569a98.tar.gz | |
Fix some imports
Diffstat (limited to 'pexpect')
| -rw-r--r-- | pexpect/pxssh.py | 3 |
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 |
