예제 #1
0
 def __init__(self, config_file_path=None):
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(DriverConfig, self).__init__(config_file_path=config_file_path)
예제 #2
0
파일: config.py 프로젝트: CafeHub/opencafe
 def __init__(self, config_file_path=None):
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(EngineConfig, self).__init__(config_file_path=config_file_path)
예제 #3
0
파일: config.py 프로젝트: CafeHub/opencafe
 def __init__(self, config_file_path=None):
     """Initialization of the HTTP Plugin Engine config section."""
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(HTTPPluginConfig, self).__init__(
         config_file_path=config_file_path)
예제 #4
0
파일: config.py 프로젝트: voidp34r/opencafe
 def __init__(self, config_file_path=None):
     """Initialization of the HTTP Plugin Engine config section."""
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(HTTPPluginConfig,
           self).__init__(config_file_path=config_file_path)