diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-09 16:29:42 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 10:55:44 -0500 |
| commit | 59dffb9c62b48dbf5e99395e8f58e317e43cf036 (patch) | |
| tree | d9cdb1f6b325a8c4417b5c484c5407812488bf9f /doc/source | |
| parent | e5e29a8fef7ba2396015918545a49e717fe75d15 (diff) | |
| download | python-openstackclient-59dffb9c62b48dbf5e99395e8f58e317e43cf036.tar.gz | |
osc-lib: logs
Change-Id: I2a4d40cd72cc22e97a600751ae29c2309ebed28b
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): |
