X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/0ae01e26a7eccf4dc5fbc479507c1e0c063fba25..136754298b63928e3ab593c2489fcb6e17c1332e:/image_creator/__init__.py?ds=sidebyside diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 920cc24..117c010 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011 GRNET S.A. All rights reserved. +# Copyright 2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following @@ -50,6 +50,7 @@ def get_os_class(distro, osfamily): return getattr(module, classname) + class FatalError(Exception): pass