Add options for enabling/disabling sysprep tasks
[snf-image-creator] / image_creator / __init__.py
index 117c010..afdda63 100644 (file)
@@ -33,6 +33,7 @@
 
 __version__ = '0.1'
 
+
 import image_creator.os_type
 
 
@@ -51,7 +52,5 @@ 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 :