summaryrefslogtreecommitdiffstats
path: root/src/bin/shell/kea-shell.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/shell/kea-shell.in')
-rw-r--r--src/bin/shell/kea-shell.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/shell/kea-shell.in b/src/bin/shell/kea-shell.in
index b56812d181..d14d383b18 100644
--- a/src/bin/shell/kea-shell.in
+++ b/src/bin/shell/kea-shell.in
@@ -25,7 +25,7 @@ from base64 import b64encode
sys.path.append('@PKGPYTHONDIR@')
import kea_connector3 as kea_connector
-from kea_conn import CARequest # CAResponse
+from kea_conn import CARequest # CAResponse
VERSION = "@PACKAGE_VERSION@"