2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-16 08:13:56 +00:00

Reorganizing the server code

This change creates a new subpackage under services, server, which now
holds all of the software server related code. References to different
pieces of the server code base are updated accordingly.
This commit is contained in:
Peter Hamilton
2015-09-29 14:22:03 -04:00
parent fda71c6475
commit a04a014a8a
9 changed files with 19 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ from kmip.core.messages.payloads import rekey_key_pair
from kmip.core.messages.payloads import register
from kmip.core.messages.payloads import revoke
from kmip.services.kmip_protocol import KMIPProtocol
from kmip.services.server.kmip_protocol import KMIPProtocol
from kmip.core.config_helper import ConfigHelper