summaryrefslogtreecommitdiff
path: root/src/op_mode/generate_openconnect_otp_key.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/generate_openconnect_otp_key.py')
-rwxr-xr-xsrc/op_mode/generate_openconnect_otp_key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/op_mode/generate_openconnect_otp_key.py b/src/op_mode/generate_openconnect_otp_key.py
index 363bcf3ea..99b67d261 100755
--- a/src/op_mode/generate_openconnect_otp_key.py
+++ b/src/op_mode/generate_openconnect_otp_key.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2022 VyOS maintainers and contributors
+# Copyright (C) 2022-2023 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -17,7 +17,7 @@
import argparse
import os
-from vyos.util import popen
+from vyos.utils.process import popen
from secrets import token_hex
from base64 import b32encode