From 91a76ce91d7363b2907f8cda4b29071cc64de480 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 6 Apr 2006 20:32:23 +0000 Subject: [PATCH] Need to import BootManagerException or else get a crash. --- source/compatibility.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0