summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-14 06:45:17 +0000
committerGerrit Code Review <review@openstack.org>2016-06-14 06:45:17 +0000
commit2c92b60f457a16c315b6286592e9fee534bd4b3d (patch)
tree03c50c81ff83d5f22b764ece1b9a5c966f6f7748 /doc/source
parent287fe3610af6297b654dc30ee587aa0f7eecaeaa (diff)
parent9e2b8e67307e739008307e977ce545d49d0956a6 (diff)
downloadpython-openstackclient-2c92b60f457a16c315b6286592e9fee534bd4b3d.tar.gz
Merge "osc-lib: command"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/plugins.rst4
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"""