def open_value(self, path): key = self.open_key(ntpath.dirname(path)) return key.open_value(ntpath.basename(path))