Add exclude_task decorator in os_type
[snf-image-creator] / image_creator / __init__.py
index 920cc24..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
@@ -50,6 +50,7 @@ def get_os_class(distro, osfamily):
 
     return getattr(module, classname)
 
+
 class FatalError(Exception):
     pass