mirror of
https://github.com/openkmip/pykmip
synced 2026-01-04 01:23:25 +00:00
Merge pull request #109 from viktorTarasov/bug/integration-tests-fix-path-to-server-module
test/integration: fix path to 'kmip_server' module
This commit is contained in:
@@ -20,7 +20,7 @@ import sys
|
||||
|
||||
from kmip.core.config_helper import ConfigHelper
|
||||
|
||||
from kmip.services.kmip_server import KMIPServer
|
||||
from kmip.services.server.kmip_server import KMIPServer
|
||||
|
||||
FILE_PATH = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user