diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 04:22:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 04:22:03 +0000 |
| commit | 287fe3610af6297b654dc30ee587aa0f7eecaeaa (patch) | |
| tree | 6b91a34be273f921f59e8032ae8bb2ca546c8d20 /doc/source | |
| parent | 5c402c1da23cde8b566e406b4e56bd2be2e1a729 (diff) | |
| parent | be192676bd2f2beeea0ec4265d5f78a8cf9af637 (diff) | |
| download | python-openstackclient-287fe3610af6297b654dc30ee587aa0f7eecaeaa.tar.gz | |
Merge "osc-lib: parseractions"
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 62c0aedc..8640efbc 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -152,13 +152,13 @@ the plugin commands: .. code-block:: python # osc-lib interfaces available to plugins: + from osc_lib.cli import parseractions 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 class DeleteMypluginobject(command.Command): |
