2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2467] Apply 2 suggestions to 2 files

This commit is contained in:
Piotrek Zadroga 2023-06-28 17:11:29 +00:00 committed by Slawek Figiel
parent 144f136bf4
commit c830220054
2 changed files with 2 additions and 2 deletions

View File

@ -1125,7 +1125,7 @@ fi
AM_CONDITIONAL([GENERATE_PARSER], [test x$enable_generate_parser != xno]) AM_CONDITIONAL([GENERATE_PARSER], [test x$enable_generate_parser != xno])
# Kea-shell is written in python. It can work with any 3.x. # Kea-shell is written in python. It can work with any python 3.x version.
# We require python only if kea-shell was enabled. It is disabled by default to # We require python only if kea-shell was enabled. It is disabled by default to
# not introduce hard dependency on python. # not introduce hard dependency on python.
AC_ARG_ENABLE(shell, AC_ARG_ENABLE(shell,

View File

@ -25,7 +25,7 @@ from base64 import b64encode
sys.path.append('@PKGPYTHONDIR@') sys.path.append('@PKGPYTHONDIR@')
import kea_connector3 as kea_connector import kea_connector3 as kea_connector
from kea_conn import CARequest # CAResponse from kea_conn import CARequest # CAResponse
VERSION = "@PACKAGE_VERSION@" VERSION = "@PACKAGE_VERSION@"