summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-07-15 14:27:17 -0500
committerJohn Estabrook <jestabro@vyos.io>2023-07-15 22:09:59 -0500
commit4056974666cd1368c500a0afb75b3b8b1417ad89 (patch)
tree4b31ad02287179182bff2a89ff5118fe134de0a6
parent3284444b1755912883eaa8d474fac01c2355af66 (diff)
downloadvyos-1x-4056974666cd1368c500a0afb75b3b8b1417ad89.tar.gz
vyos-1x-4056974666cd1368c500a0afb75b3b8b1417ad89.zip
T5195: remove empty vyos.util
-rw-r--r--python/vyos/util.py15
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/>.
-