From: Marc Fiuczynski Date: Thu, 6 Apr 2006 20:32:23 +0000 (+0000) Subject: Need to import BootManagerException or else get a crash. X-Git-Tag: myplc-0_4-rc1~25 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=91a76ce91d7363b2907f8cda4b29071cc64de480 Need to import BootManagerException or else get a crash. --- diff --git a/source/compatibility.py b/source/compatibility.py index 1318ab7..0b69d43 100644 --- a/source/compatibility.py +++ b/source/compatibility.py @@ -6,6 +6,7 @@ different cds are included here import string import os, sys +from Exceptions import * import utils import BootServerRequest