summaryrefslogtreecommitdiff
path: root/tests/test_constructor.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_constructor.py
parent8807914872e9694f62656505f83997f46e63ffaa (diff)
downloadpexpect-git-8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5.tar.gz
remove all unnecessary imports
Diffstat (limited to 'tests/test_constructor.py')
-rwxr-xr-xtests/test_constructor.py1
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):