コード例 #1
0
ファイル: __init__.py プロジェクト: naglis/mopidy-leftasrain
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), "ext.conf")
     return config.read(conf_file)
コード例 #2
0
ファイル: __init__.py プロジェクト: tkem/mopidy-dleyna
 def get_default_config(self):
     return config.read(os.path.join(os.path.dirname(__file__), 'ext.conf'))
コード例 #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)
コード例 #4
0
 def get_default_config(self):
     conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf')
     return config.read(conf_file)
コード例 #5
0
 def get_default_config(self):
     return config.read(pathlib.Path(__file__).parent / "ext.conf")
コード例 #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)