summaryrefslogtreecommitdiff
path: root/tests/pexpectTest.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-06-01 17:56:30 -0700
committerjquast <contact@jeffquast.com>2014-06-01 17:56:30 -0700
commit8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5 (patch)
tree0b9fc2a5fd2ee51783c9795cfa4b36e9f51a91ab /tests/pexpectTest.py
parent8807914872e9694f62656505f83997f46e63ffaa (diff)
downloadpexpect-git-8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5.tar.gz
remove all unnecessary imports
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):
'''