| # Copyright 2018 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. |
| |
| """skylab_staging contains scripts useful for Skylab's staging setup. |
| |
| These scripts live in the autotest repository because they work alongside or in |
| place of existing autotest scripts, or they're best versioned with autotest |
| because they make use of existing autotest packages. |
| """ |
| |
| from __future__ import absolute_import |
| from __future__ import division |
| from __future__ import print_function |