Revision 121f3bc0 image_creator/dialog_wizard.py

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

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

  
36
"""This module implements the "wizard" mode of the dialog-based version of
37
snf-image-creator.
38
"""
39

  
36 40
import time
37 41
import StringIO
38 42

  

Also available in: Unified diff