Switch to ansicolor for coloring & fix pep8 errors
[snf-image-creator] / image_creator / __init__.py
index aec50d6..afdda63 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
 
 __version__ = '0.1'
 
+
 import image_creator.os_type
 
+
 def get_os_class(distro, osfamily):
     module = None
     classname = None
@@ -50,4 +52,5 @@ def get_os_class(distro, osfamily):
     return getattr(module, classname)
 
 
+
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :