Revision 121f3bc0 image_creator/output/dialog.py

b/image_creator/output/dialog.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
"""This module provides various dialog-based Output classes"""
37

  
34 38
from image_creator.output import Output
35 39
import time
36 40
import fcntl

Also available in: Unified diff