Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / cros_env_whitelist.py
1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """Print the environment whitelist."""
6
7 from chromite.buildbot import constants
8
9
10 def main(_argv):
11   print ' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST)