diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 04:21:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 04:21:56 +0000 |
| commit | 5c402c1da23cde8b566e406b4e56bd2be2e1a729 (patch) | |
| tree | d78b2540eb604d108ecd66fd726b6edf170206ab /doc/source | |
| parent | 908a36f716e791538dd4c14e217be5256a835fa0 (diff) | |
| parent | 59dffb9c62b48dbf5e99395e8f58e317e43cf036 (diff) | |
| download | python-openstackclient-5c402c1da23cde8b566e406b4e56bd2be2e1a729.tar.gz | |
Merge "osc-lib: logs"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 27846318..62c0aedc 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -153,12 +153,12 @@ the plugin commands: # osc-lib interfaces available to plugins: from osc_lib import exceptions + from osc_lib import logs from osc_lib import utils # OSC common interfaces available to plugins: from openstackclient.common import command from openstackclient.common import parseractions - from openstackclient.common import logs class DeleteMypluginobject(command.Command): |
