diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-30 11:01:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-30 11:01:42 +0000 |
| commit | 95da21822653c878973bd267eea36b9683040d6d (patch) | |
| tree | dcc9dfe1efddb05b774776006146a615dd1fb1e5 /openstack/common/plugin/pluginmanager.py | |
| parent | e9c389942d0d697484d390479155103ed74aa02d (diff) | |
| parent | 35660dac73f9f7428f9c441583464b5942ca6827 (diff) | |
| download | oslo-95da21822653c878973bd267eea36b9683040d6d.tar.gz oslo-95da21822653c878973bd267eea36b9683040d6d.tar.xz oslo-95da21822653c878973bd267eea36b9683040d6d.zip | |
Merge "Enable hacking H401 test"
Diffstat (limited to 'openstack/common/plugin/pluginmanager.py')
| -rw-r--r-- | openstack/common/plugin/pluginmanager.py | 2 |
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. |
