Esempio n. 1
0
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), "ext.conf")
     return config.read(conf_file)
Esempio n. 2
0
 def get_default_config(self):
     return config.read(os.path.join(os.path.dirname(__file__), 'ext.conf'))
Esempio n. 3
0
 def get_default_config(self):
     import os
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     return config.read(conf_file)
Esempio n. 4
0
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     return config.read(conf_file)
Esempio n. 5
0
 def get_default_config(self):
     return config.read(pathlib.Path(__file__).parent / "ext.conf")
Esempio n. 6
0
 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)