diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-16 14:44:26 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-16 14:44:28 +0200 |
commit | a7d26396ef7dd1f977221865e2345084bf9bcbef (patch) | |
tree | a03bcb4ca9c01a68546f26e82cbac7fee4e74d68 /src/conf_mode/host_name.py | |
parent | 4056974666cd1368c500a0afb75b3b8b1417ad89 (diff) | |
download | vyos-1x-a7d26396ef7dd1f977221865e2345084bf9bcbef.tar.gz vyos-1x-a7d26396ef7dd1f977221865e2345084bf9bcbef.zip |
T5195: fix remaining references to decommissioned vyos.util
Diffstat (limited to 'src/conf_mode/host_name.py')
-rwxr-xr-x | src/conf_mode/host_name.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf_mode/host_name.py b/src/conf_mode/host_name.py index 0fef3892b..36d1f6493 100755 --- a/src/conf_mode/host_name.py +++ b/src/conf_mode/host_name.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2018-2021 VyOS maintainers and contributors +# Copyright (C) 2018-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 @@ -18,7 +18,6 @@ import re import sys import copy -import vyos.util import vyos.hostsd_client from vyos.base import Warning |