X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/ef30380dbc20f38dbcc0a483c20c991745c72555..HEAD:/image_creator/__init__.py diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 67775ed..06d6ecc 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -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,10 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -__version__ = '0.3' +"""Package for creating images to be used with Synnefo open source cloud +software. +""" + +from image_creator.version import __version__ # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :