Exemple #1
0
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), "ext.conf")
     return config.read(conf_file)
Exemple #2
0
 def get_default_config(self):
     return config.read(os.path.join(os.path.dirname(__file__), 'ext.conf'))
 def get_default_config(self):
     import os
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     return config.read(conf_file)
Exemple #4
0
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     return config.read(conf_file)
Exemple #5
0
 def get_default_config(self):
     return config.read(pathlib.Path(__file__).parent / "ext.conf")
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     logger.debug('TTSGPIO default config read')
     return config.read(conf_file)