From f8797df83d9ce127346ee9f0fae43a031559c790 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sat, 15 Jul 2023 19:51:22 -0500 Subject: T5195: add/fix missing imports --- python/vyos/utils/kernel.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/vyos/utils/kernel.py') diff --git a/python/vyos/utils/kernel.py b/python/vyos/utils/kernel.py index d950b8e75..0eb113174 100644 --- a/python/vyos/utils/kernel.py +++ b/python/vyos/utils/kernel.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. If not, see . +import os + def check_kmod(k_mod): """ Common utility function to load required kernel modules on demand """ from vyos import ConfigError -- cgit v1.2.3