コード例 #1
0
ファイル: config.py プロジェクト: mikalv/qibuild
 def read_local_config(self, local_xml_path):
     """ Apply a local configuration """
     local_tree = etree.parse(local_xml_path)
     self.local.parse(local_tree)
     default_config = self.local.defaults.config
     if default_config:
         self.set_active_config(default_config)
コード例 #2
0
ファイル: config.py プロジェクト: houssemkouki/qibuild
 def read_local_config(self, local_xml_path):
     """ Apply a local configuration """
     local_tree = etree.parse(local_xml_path)
     self.local.parse(local_tree)
     default_config = self.local.defaults.config
     if default_config:
         self.set_active_config(default_config)