Skip to content

Commit ef57ece

Browse files
Tom JPeterHamilton
authored andcommitted
missing enums import
1 parent eee6f76 commit ef57ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ specifying the different configuration values:
9393
.. code-block:: python
9494
9595
>>> import ssl
96-
>>> from kmip.pie.client import ProxyKmipClient
96+
>>> from kmip.pie.client import ProxyKmipClient, enums
9797
>>> client = ProxyKmipClient(
9898
... hostname='127.0.0.1',
9999
... port=5696,

0 commit comments

Comments
 (0)