| commit | dfec6156c3e17e698acff95a6558dcecaddef761 | [log] [tgz] |
|---|---|---|
| author | qyearsley <qyearsley@chromium.org> | Fri Jul 15 02:25:33 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 02:27:37 2016 |
| tree | d2fc860dc7598ea2e1bca3e750259bceb510048e | |
| parent | fb90bf24d217da0937226ac058bae3f2a0d8e799 [diff] |
Access environment variables through Host object instead of directly. This makes it easier to test interactions with os.environ without affecting or using actual environment variables in tests. This CL doesn't change places where os.environ is used where there is no Host object. BUG=625846 Review-Url: https://codereview.chromium.org/2143123004 Cr-Commit-Position: refs/heads/master@{#405680}