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:
Peter Hamilton 2015-12-11 13:06:43 -05:00
commit b07008c396
1 changed files with 1 additions and 1 deletions

View File

@ -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__))