Ejemplo n.º 1
0
 def get_steam_config(self):
     """Return the "Steam" part of Steam's config.vfd as a dict"""
     steam_data_dir = self.steam_data_dir
     if not steam_data_dir:
         return None
     return read_config(steam_data_dir)
Ejemplo n.º 2
0
 def get_steam_config(self):
     """Return the "Steam" part of Steam's config.vdf as a dict."""
     return read_config(self.steam_data_dir)
Ejemplo n.º 3
0
 def get_steam_config(self):
     """Return the "Steam" part of Steam's config.vdf as a dict."""
     steam_data_dir = self.steam_data_dir
     if not steam_data_dir:
         return None
     return read_config(steam_data_dir)