X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2FExceptions.py;fp=source%2FExceptions.py;h=915f120195ac1717eaf752da3d07e74be5e29e1d;hb=77245192b952dbce59e26003d2290287c6b15878;hp=fc81fd3ac3e5f0d6e24762c602257aec435aabdb;hpb=efc8738d21493f59ec8772df5dcf23f8232b3806;p=bootmanager.git diff --git a/source/Exceptions.py b/source/Exceptions.py index fc81fd3..915f120 100644 --- a/source/Exceptions.py +++ b/source/Exceptions.py @@ -1,3 +1,10 @@ +#!/usr/bin/python2 + +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. class BootManagerException(Exception): def __init__( self, err ):