From 6228acd7ff3b20460d8c6fae9ab7c773ab38529a Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Sun, 3 Jun 2012 13:23:11 +0800 Subject: Unused imports cleanup (folsom-2) Fixes bug #1008023 Change-Id: Ifb8ecbb7430fdabd7b5d81ab23df66942abd9cb7 --- nova/testing/runner.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova/testing') 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): -- cgit