Revision e77e66a9 image_creator/os_type/ubuntu.py

b/image_creator/os_type/ubuntu.py
35 35

  
36 36

  
37 37
class Ubuntu(Linux):
38
    def __init__(self, rootdev, ghandler):
39
        super(Ubuntu, self).__init__(rootdev, ghandler)
38
    def __init__(self, rootdev, ghandler, output):
39
        super(Ubuntu, self).__init__(rootdev, ghandler, output)
40 40

  
41 41
        apps = self.g.inspect_list_applications(self.root)
42 42
        for app in apps:

Also available in: Unified diff