summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin/pluginmanager.py
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2013-05-30 08:18:47 +0400
committerSergey Lukjanov <slukjanov@mirantis.com>2013-05-30 08:52:56 +0400
commit35660dac73f9f7428f9c441583464b5942ca6827 (patch)
tree86bad6b00f5fd4a764d99224c0511fc9deb52b8b /openstack/common/plugin/pluginmanager.py
parent7dd2492f6b23c6a5ab2489c53e0d07285deb50f9 (diff)
downloadoslo-35660dac73f9f7428f9c441583464b5942ca6827.tar.gz
oslo-35660dac73f9f7428f9c441583464b5942ca6827.tar.xz
oslo-35660dac73f9f7428f9c441583464b5942ca6827.zip
Enable hacking H401 test
H401 docstring should not start with a space Change-Id: I761665ea9aff1f55de9f629ff8d108ba141eaf79
Diffstat (limited to 'openstack/common/plugin/pluginmanager.py')
-rw-r--r--openstack/common/plugin/pluginmanager.py2
1 files changed, 1 insertions, 1 deletions
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.