diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/devref/client_command_extensions.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/devref/client_command_extensions.rst b/doc/source/devref/client_command_extensions.rst index b89078e..79025be 100644 --- a/doc/source/devref/client_command_extensions.rst +++ b/doc/source/devref/client_command_extensions.rst @@ -70,6 +70,7 @@ neutronclient.extension entry_point To activate the commands in a specific extension module, add an entry in setup.cfg under neutronclient.extension. For example:: - [entry_points] - neutronclient.extension = - fox_sockets = neutronclient.neutron.v2_0.contrib._fox_sockets + + [entry_points] + neutronclient.extension = + fox_sockets = neutronclient.neutron.v2_0.contrib._fox_sockets |
