diff options
author | John Estabrook <jestabro@vyos.io> | 2023-07-15 14:27:17 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-07-15 22:09:59 -0500 |
commit | 4056974666cd1368c500a0afb75b3b8b1417ad89 (patch) | |
tree | 4b31ad02287179182bff2a89ff5118fe134de0a6 /python | |
parent | 3284444b1755912883eaa8d474fac01c2355af66 (diff) | |
download | vyos-1x-4056974666cd1368c500a0afb75b3b8b1417ad89.tar.gz vyos-1x-4056974666cd1368c500a0afb75b3b8b1417ad89.zip |
T5195: remove empty vyos.util
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/util.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/python/vyos/util.py b/python/vyos/util.py deleted file mode 100644 index a13d95201..000000000 --- a/python/vyos/util.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020-2023 VyOS maintainers and contributors <maintainers@vyos.io> -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library. If not, see <http://www.gnu.org/licenses/>. - |