commit | 56aa72118754e7c34cf423a0b077f9a215e5b2fd | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Dec 21 11:24:16 2012 -0500 |
committer | Matthew <treinish@linux.vnet.ibm.com> | Fri Dec 21 15:46:13 2012 -0500 |
tree | cfdc16c2a30ac58fa3ca1bd17c6f6dc048cd15ee | |
parent | 4812d423e3161ef7571ebdd3b81b61d2a985bfa4 [diff] |
Remove unused imports. Change-Id: I01f607c8a1dfd6839e4bb3ba3eba0d7cfb1459f5
diff --git a/stress/test_floating_ips.py b/stress/test_floating_ips.py index fcc5904..f23dca2 100755 --- a/stress/test_floating_ips.py +++ b/stress/test_floating_ips.py
@@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging import random import telnetlib import time
diff --git a/tempest/tests/boto/test_s3_ec2_images.py b/tempest/tests/boto/test_s3_ec2_images.py index 4990be6..f8f5027 100644 --- a/tempest/tests/boto/test_s3_ec2_images.py +++ b/tempest/tests/boto/test_s3_ec2_images.py
@@ -16,7 +16,6 @@ # under the License. from contextlib import closing -import logging import os from boto.s3.key import Key