From c767e9beffe4b826eac869ce7e2eef2cc1499bbe Mon Sep 17 00:00:00 2001 From: Andrew Bogott Date: Thu, 19 Jul 2012 03:34:31 -0500 Subject: Add multiple-driver support to the notifier api. Move all of the functionality previously provided by the list_notifier into the basic notifier api. Move and restructure tests accordingly. Remove the list_notifier file and test file. For bug 1025820 Change-Id: Idf7cb975dd78e9951188781622a4d10ca466b154 --- openstack/common/plugin/plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack/common/plugin/plugin.py') diff --git a/openstack/common/plugin/plugin.py b/openstack/common/plugin/plugin.py index 9f06342..dc41f3d 100644 --- a/openstack/common/plugin/plugin.py +++ b/openstack/common/plugin/plugin.py @@ -14,7 +14,6 @@ # under the License. from openstack.common import log as logging -from openstack.common.notifier import list_notifier LOG = logging.getLogger(__name__) -- cgit