Revision 797e0df7 image_creator/os_type/ubuntu.py

b/image_creator/os_type/ubuntu.py
40 40

  
41 41
class Ubuntu(Linux):
42 42
    """OS class for Ubuntu Linux variants"""
43
    def __init__(self, rootdev, ghandler, output):
44
        super(Ubuntu, self).__init__(rootdev, ghandler, output)
45 43

  
46 44
    def _do_collect_metadata(self):
47 45
        """Collect metadata about the OS"""

Also available in: Unified diff