X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/5b801534a4277ae5730a12736cd5ff5242aa62d9..8d66cd4c6a811a88bfc39988425cac0f3f9797a8:/image_creator/__init__.py diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 6f90bfa..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.1' +"""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 :