Revision 121f3bc0 image_creator/output/__init__.py

b/image_creator/output/__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
"""This package is intended to provide output classes for printing messages and
37
progress bars. The user can change the output behaviour of the program by
38
subclassing the Output class and assigning the derived one as the output class
39
of the various parts of the image-creator package.
40
"""
41

  
34 42

  
35 43
class Output(object):
36 44
    """A class for printing program output"""

Also available in: Unified diff