summaryrefslogtreecommitdiff
path: root/tests/test_timeout_pattern.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-18 11:43:26 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-18 11:43:26 -0700
commit86efcc0ceb229e8cf09c0b61b977429d5f301d09 (patch)
treeeffba1eaa728c0f20413abb35402d964b2562970 /tests/test_timeout_pattern.py
parent18ee3507e8a8f054b64cfe2bc433bb4b58b10b3e (diff)
downloadpexpect-86efcc0ceb229e8cf09c0b61b977429d5f301d09.tar.gz
More fixes to tests
Diffstat (limited to 'tests/test_timeout_pattern.py')
-rwxr-xr-xtests/test_timeout_pattern.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_timeout_pattern.py b/tests/test_timeout_pattern.py
index e617502..0264b41 100755
--- a/tests/test_timeout_pattern.py
+++ b/tests/test_timeout_pattern.py
@@ -20,7 +20,6 @@ PEXPECT LICENSE
'''
import pexpect
import unittest
-import sys, os, time
import PexpectTestCase
class Exp_TimeoutTestCase(PexpectTestCase.PexpectTestCase):