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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user