Revision 121f3bc0 image_creator/main.py

b/image_creator/main.py
1 1
#!/usr/bin/env python
2

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

  
37
"""This module is the entrance point for the non-interactive version of the
38
snf-image-creator program.
39
"""
40

  
36 41
from image_creator import __version__ as version
37 42
from image_creator.disk import Disk
38 43
from image_creator.util import FatalError, MD5

Also available in: Unified diff