Ejemplo n.º 1
0
 def _read_config_file(path):
     """
     Reads a config file
     """
     c_parser = RawConfigParser()
     c_parser.read(path)
     c_parser._path = path
     return c_parser
Ejemplo n.º 2
0
 def _read_config_file(path):
     """
     Reads a config file
     """
     c_parser = RawConfigParser()
     c_parser.read(path)
     c_parser._path = path
     return c_parser