diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-09-18 11:43:26 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-09-18 11:43:26 -0700 |
| commit | 86efcc0ceb229e8cf09c0b61b977429d5f301d09 (patch) | |
| tree | effba1eaa728c0f20413abb35402d964b2562970 /tests/test_timeout_pattern.py | |
| parent | 18ee3507e8a8f054b64cfe2bc433bb4b58b10b3e (diff) | |
| download | pexpect-86efcc0ceb229e8cf09c0b61b977429d5f301d09.tar.gz | |
More fixes to tests
Diffstat (limited to 'tests/test_timeout_pattern.py')
| -rwxr-xr-x | tests/test_timeout_pattern.py | 1 |
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): |
