mirror of
https://github.com/openkmip/pykmip
synced 2025-12-15 15:53:36 +00:00
missing enums import
This commit is contained in:
@@ -93,7 +93,7 @@ specifying the different configuration values:
|
||||
.. code-block:: python
|
||||
|
||||
>>> import ssl
|
||||
>>> from kmip.pie.client import ProxyKmipClient
|
||||
>>> from kmip.pie.client import ProxyKmipClient, enums
|
||||
>>> client = ProxyKmipClient(
|
||||
... hostname='127.0.0.1',
|
||||
... port=5696,
|
||||
|
||||
Reference in New Issue
Block a user