summaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-03-20 16:10:04 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-03-20 16:24:31 +0800
commit5a3f9b806cfb7cbd4c9b93e86fba8551257cacd8 (patch)
treeded8cb89b275b0092906321a5e593c13a34754fd /tests/utils.py
parent65e3d8c9773880094c0a4c164e046fae9cb7a5d9 (diff)
downloadoslo-5a3f9b806cfb7cbd4c9b93e86fba8551257cacd8.tar.gz
oslo-5a3f9b806cfb7cbd4c9b93e86fba8551257cacd8.tar.xz
oslo-5a3f9b806cfb7cbd4c9b93e86fba8551257cacd8.zip
Removes unused imports in the tests module
Fixes bug #1157596 Change-Id: I36d5484eaa2f0e21188eed6e70cc1ad785233d6a
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/utils.py b/tests/utils.py
index a587f99..591ebef 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -17,8 +17,6 @@
"""Common utilities used in testing"""
-import subprocess
-
import fixtures
from oslo.config import cfg
import testtools