From 7d2de0b37d255b719f93392a0ed1dca717e0c9b0 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 22 Aug 2006 18:13:08 +0000 Subject: [PATCH] * Add in import for notify_messages --- source/steps/WriteModprobeConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/steps/WriteModprobeConfig.py b/source/steps/WriteModprobeConfig.py index a50fcc4..d50ef4d 100644 --- a/source/steps/WriteModprobeConfig.py +++ b/source/steps/WriteModprobeConfig.py @@ -13,6 +13,7 @@ import utils import systeminfo import BootAPI import ModelOptions +import notify_messages def Run( vars, log, filename = "/etc/modprobe.conf"): """ -- 2.43.0