Revision 121f3bc0 image_creator/dialog_main.py

b/image_creator/dialog_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 dialog-based version of the
38
snf-image-creator program. The main function will create a dialog where the
39
user is asked if he wants to use the program in expert or wizard mode.
40
"""
41

  
36 42
import dialog
37 43
import sys
38 44
import os

Also available in: Unified diff