| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # TODO(dsansome): Change callers to using this directly, and remove this file. | 5 # TODO(dsansome): Change callers to using this directly, and remove this file. |
| 6 from infra_libs import get_signed_jwt_assertion_credentials | 6 from infra_libs import get_signed_jwt_assertion_credentials |
| OLD | NEW |