Sha256: 4d1867b2e4d4c18022fac25f430d058910328c9ef0ee6d32adf4da386d4840a1
Contents?: true
Size: 445 Bytes
Versions: 15
Compression:
Stored size: 445 Bytes
Contents
# Copyright 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. from recipe_engine import recipe_api class InfraPathsApi(recipe_api.RecipeApi): def initialize(self): # TODO(phajdan.jr): remove dupes from the engine and delete infra_ prefix. self.m.path.set_config( 'infra_' + self.m.properties.get('path_config', 'buildbot'))
Version data entries
15 entries across 15 versions & 1 rubygems