From 6e92a67fc3e6dcd587e3fd225b7142bc74116e52 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 15 Nov 2012 19:41:58 -0500 Subject: Remove nova.flags Now that options have all moved from nova.flags to nova.config, we can safely remove the nova.flags imports and replace them with nova.config imports. Change-Id: Ic077a72dd6419bbf1e1babe71acfa43c4e8b55c8 --- nova/tests/scheduler/test_rpcapi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/tests/scheduler/test_rpcapi.py') diff --git a/nova/tests/scheduler/test_rpcapi.py b/nova/tests/scheduler/test_rpcapi.py index 605b0995e..05a792a53 100644 --- a/nova/tests/scheduler/test_rpcapi.py +++ b/nova/tests/scheduler/test_rpcapi.py @@ -20,7 +20,6 @@ Unit Tests for nova.scheduler.rpcapi from nova import config from nova import context -from nova import flags from nova.openstack.common import rpc from nova.scheduler import rpcapi as scheduler_rpcapi from nova import test -- cgit