summaryrefslogtreecommitdiff
path: root/tests/test_isalive.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/test_isalive.py
parent8807914872e9694f62656505f83997f46e63ffaa (diff)
downloadpexpect-git-8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5.tar.gz
remove all unnecessary imports
Diffstat (limited to 'tests/test_isalive.py')
-rwxr-xr-xtests/test_isalive.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_isalive.py b/tests/test_isalive.py
index 5386bac..d725631 100755
--- a/tests/test_isalive.py
+++ b/tests/test_isalive.py
@@ -21,7 +21,8 @@ PEXPECT LICENSE
import pexpect
import unittest
import signal
-import sys, os, time
+import sys
+import time
import PexpectTestCase
class IsAliveTestCase(PexpectTestCase.PexpectTestCase):