diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-06 21:18:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-06 21:18:37 +0000 |
| commit | 534e6cf87338d7d47349d6186e622ba73ecb9e40 (patch) | |
| tree | 4c23eee8a0279d6cf57ad383fc4bd9ff534014d0 /nova/testing | |
| parent | 7626472ed8eac46f393d7d9ff4d5e8250a4a22b7 (diff) | |
| parent | 6228acd7ff3b20460d8c6fae9ab7c773ab38529a (diff) | |
Merge "Unused imports cleanup (folsom-2)"
Diffstat (limited to 'nova/testing')
| -rw-r--r-- | nova/testing/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/testing/runner.py b/nova/testing/runner.py index 2b5004394..9abef4fee 100644 --- a/nova/testing/runner.py +++ b/nova/testing/runner.py @@ -73,9 +73,7 @@ reldir = os.path.join(os.path.dirname(__file__), '..', '..') absdir = os.path.abspath(reldir) sys.path.insert(0, absdir) -from nova import flags from nova import log as logging -from nova.openstack.common import cfg class _AnsiColorizer(object): |
