summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-05-13 17:27:12 -0500
committerDean Troyer <dtroyer@gmail.com>2016-06-13 11:00:22 -0500
commit9e2b8e67307e739008307e977ce545d49d0956a6 (patch)
tree1990a4d3ea60bd3361f8347375ed6f18e10c390a /doc
parentbe192676bd2f2beeea0ec4265d5f78a8cf9af637 (diff)
downloadpython-openstackclient-9e2b8e67307e739008307e977ce545d49d0956a6.tar.gz
osc-lib: command
Leave command.py and test_command.py as a sanity check during the deprecation period. Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
Diffstat (limited to 'doc')
-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"""