aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-27 22:12:40 +0000
committerpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-27 22:12:40 +0000
commite234d20a8920e20f39a7ec6ceb58b039355a876b (patch)
tree4cd79a497f1f6019b87aae39cd24e57a7e061baf /tests
parentded06330eeb3b432904d24d2d83d20a5344f7907 (diff)
downloadsos-e234d20a8920e20f39a7ec6ceb58b039355a876b.tar.gz
[tests] worker: new imports for incoming features
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1039 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'tests')
-rw-r--r--tests/worker.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/worker.py b/tests/worker.py
index 5f7c2641..49d8bd15 100644
--- a/tests/worker.py
+++ b/tests/worker.py
@@ -3,8 +3,11 @@
import unittest
import pexpect
-class PexpectTest(unittest.TestCase):
+from re import search, escape
+from os import kill
+from signal import SIGINT, SIGUSR1
+class PexpectTest(unittest.TestCase):
def setUp(self):
self.worker = pexpect.spawn('python ../worker/worker.py')