diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 06:45:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 06:45:17 +0000 |
| commit | 2c92b60f457a16c315b6286592e9fee534bd4b3d (patch) | |
| tree | 03c50c81ff83d5f22b764ece1b9a5c966f6f7748 /doc/source | |
| parent | 287fe3610af6297b654dc30ee587aa0f7eecaeaa (diff) | |
| parent | 9e2b8e67307e739008307e977ce545d49d0956a6 (diff) | |
| download | python-openstackclient-2c92b60f457a16c315b6286592e9fee534bd4b3d.tar.gz | |
Merge "osc-lib: command"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/plugins.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 8640efbc..00aa5137 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -153,13 +153,11 @@ the plugin commands: # osc-lib interfaces available to plugins: from osc_lib.cli import parseractions + from osc_lib.command import command 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 - class DeleteMypluginobject(command.Command): """Delete mypluginobject""" |
