Beautify program's output.
[snf-image-creator] / image_creator / __init__.py
index 717e96f..117c010 100644 (file)
@@ -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
@@ -51,4 +51,7 @@ def get_os_class(distro, osfamily):
     return getattr(module, classname)
 
 
+class FatalError(Exception):
+    pass
+
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :