Revision b8c0848c image_creator/os_type/windows.py

b/image_creator/os_type/windows.py
45 45

  
46 46
class Windows(OSBase):
47 47
    """OS class for Windows"""
48
    def __init__(self, rootdev, ghandler, output):
49
        super(Windows, self).__init__(rootdev, ghandler, output)
50 48

  
49
    def _do_collect_metadata(self):
50
        """Collect metadata about the OS"""
51
        super(Windows, self)._do_collect_metadata()
51 52
        self.meta["USERS"] = " ".join(self._get_users())
52 53

  
53 54
    def _get_users(self):

Also available in: Unified diff