From d872e90db8f0a0fd98b30c4fb78294b67d208122 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 25 Oct 2007 16:12:46 +0000 Subject: [PATCH] Include the 'time' module as well... doh. --- source/steps/ChainBootNode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index a4c2a52..4817cb2 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -18,6 +18,7 @@ import compatibility import systeminfo import BootAPI import notify_messages +import time import ModelOptions -- 2.43.0