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/pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/common/plugin/pluginmanager.py') diff --git a/openstack/common/plugin/pluginmanager.py b/openstack/common/plugin/pluginmanager.py index 56064dd..3962447 100644 --- a/openstack/common/plugin/pluginmanager.py +++ b/openstack/common/plugin/pluginmanager.py @@ -41,7 +41,7 @@ class PluginManager(object): """ def __init__(self, project_name, service_name): - """ Construct Plugin Manager; load and initialize plugins. + """Construct Plugin Manager; load and initialize plugins. project_name (e.g. 'nova' or 'glance') is used to construct the entry point that identifies plugins. -- cgit