summaryrefslogtreecommitdiff
path: root/tests/pexpectTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pexpectTest.py')
-rwxr-xr-xtests/pexpectTest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/pexpectTest.py b/tests/pexpectTest.py
index c080d7e..6839a2f 100755
--- a/tests/pexpectTest.py
+++ b/tests/pexpectTest.py
@@ -19,7 +19,9 @@ PEXPECT LICENSE
'''
-import os, time, pexpect, sys
+import time
+import pexpect
+import sys
def getProcessResults(cmd, timeLimit=20):
'''