X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fcompatibility.py;h=ab2ab4a6c22ec3c3f61e202f2909d646f3c1c326;hb=781dc69b89c6f9260655cd7350edf3c80c85521e;hp=1318ab7dd6e395845a17d595371e567db5c39ec2;hpb=d7d45eb9ef727324735774fd42e432730f8845db;p=bootmanager.git diff --git a/source/compatibility.py b/source/compatibility.py index 1318ab7..ab2ab4a 100644 --- a/source/compatibility.py +++ b/source/compatibility.py @@ -1,3 +1,12 @@ +#!/usr/bin/python2 + +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. + + """ Various functions that are used to allow the boot manager to run on various different cds are included here @@ -6,6 +15,7 @@ different cds are included here import string import os, sys +from Exceptions import * import utils import BootServerRequest