Revision 121f3bc0 image_creator/__init__.py

b/image_creator/__init__.py
1
# -*- coding: utf-8 -*-
2
#
1 3
# Copyright 2012 GRNET S.A. All rights reserved.
2 4
#
3 5
# Redistribution and use in source and binary forms, with or
......
31 33
# interpreted as representing official policies, either expressed
32 34
# or implied, of GRNET S.A.
33 35

  
36
"""Package for creating images to be used with Synnefo open source cloud
37
software.
38
"""
39

  
34 40
from image_creator.version import __version__
35 41

  
36 42
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :

Also available in: Unified diff