diff options
author | jquast <contact@jeffquast.com> | 2014-06-01 17:56:30 -0700 |
---|---|---|
committer | jquast <contact@jeffquast.com> | 2014-06-01 17:56:30 -0700 |
commit | 8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5 (patch) | |
tree | 0b9fc2a5fd2ee51783c9795cfa4b36e9f51a91ab /tests/test_constructor.py | |
parent | 8807914872e9694f62656505f83997f46e63ffaa (diff) | |
download | pexpect-git-8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5.tar.gz |
remove all unnecessary imports
Diffstat (limited to 'tests/test_constructor.py')
-rwxr-xr-x | tests/test_constructor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_constructor.py b/tests/test_constructor.py index 8a98c28..9611274 100755 --- a/tests/test_constructor.py +++ b/tests/test_constructor.py @@ -20,7 +20,6 @@ PEXPECT LICENSE ''' import pexpect import unittest -import time import PexpectTestCase class TestCaseConstructor(PexpectTestCase.PexpectTestCase): |