From: Stephen Soltesz Date: Thu, 25 Oct 2007 16:12:46 +0000 (+0000) Subject: Include the 'time' module as well... doh. X-Git-Tag: bootmanager-3.2-2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d872e90db8f0a0fd98b30c4fb78294b67d208122;p=bootmanager.git Include the 'time' module as well... doh. --- 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