mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-17 20:40:09 +02:00
missing enums import
This commit is contained in:
parent
eee6f76ee4
commit
ef57ece994
@ -93,7 +93,7 @@ specifying the different configuration values:
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
>>> import ssl
|
>>> import ssl
|
||||||
>>> from kmip.pie.client import ProxyKmipClient
|
>>> from kmip.pie.client import ProxyKmipClient, enums
|
||||||
>>> client = ProxyKmipClient(
|
>>> client = ProxyKmipClient(
|
||||||
... hostname='127.0.0.1',
|
... hostname='127.0.0.1',
|
||||||
... port=5696,
|
... port=5696,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user