Merge branch 'develop'
[snf-image-creator] / image_creator / os_type / ubuntu.py
index 8bfe04d..b5706fc 100644 (file)
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
 # Copyright 2012 GRNET S.A. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or
@@ -31,6 +33,8 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
+"""This module hosts OS-specific code for Ubuntu Linux"""
+
 from image_creator.os_type.linux import Linux