Revision f165adc0 image_creator/__init__.py

b/image_creator/__init__.py
33 33

  
34 34
__version__ = '0.1'
35 35

  
36

  
36 37
import image_creator.os_type
37 38

  
38 39

  
......
51 52
    return getattr(module, classname)
52 53

  
53 54

  
54
class FatalError(Exception):
55
    pass
56 55

  
57 56
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :

Also available in: Unified diff