summaryrefslogtreecommitdiff
path: root/examples/hive.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hive.py')
-rwxr-xr-xexamples/hive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hive.py b/examples/hive.py
index 1b7bcbf..43eeb04 100755
--- a/examples/hive.py
+++ b/examples/hive.py
@@ -94,7 +94,7 @@ import readline
import atexit
try:
import pexpect
- import pxssh
+ from pexpect import pxssh
except ImportError:
sys.stderr.write("You do not have 'pexpect' installed.\n")
sys.stderr.write("On Ubuntu you need the 'python-pexpect' package.\n")