From 35660dac73f9f7428f9c441583464b5942ca6827 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 30 May 2013 08:18:47 +0400 Subject: Enable hacking H401 test H401 docstring should not start with a space Change-Id: I761665ea9aff1f55de9f629ff8d108ba141eaf79 --- openstack/common/plugin/callbackplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/common/plugin/callbackplugin.py') diff --git a/openstack/common/plugin/callbackplugin.py b/openstack/common/plugin/callbackplugin.py index fead44c..2de7fb0 100644 --- a/openstack/common/plugin/callbackplugin.py +++ b/openstack/common/plugin/callbackplugin.py @@ -58,7 +58,7 @@ class _CallbackNotifier(object): class CallbackPlugin(plugin.Plugin): - """ Plugin with a simple callback interface. + """Plugin with a simple callback interface. This class is provided as a convenience for producing a simple plugin that only watches a couple of events. For example, here's -- cgit