missing enums import

This commit is contained in:
Tom J 2019-09-08 12:16:31 +00:00 committed by Peter Hamilton
parent eee6f76ee4
commit ef57ece994

@ -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,