1 # Copyright 2017 The Chromium 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 """lucifer brings salvation to the Autotest code. 6 7 Lucifer is the Roman god of the morning star, the light-bringer. This 8 code similarly brings light upon the twisted darkness of the Autotest 9 code. 10 11 Lucifer is sometimes known in Christian tradition as the name of Satan 12 before his fall from grace. Let this be a warning lest this code suffer 13 a similar fall. 14 """ 15 16 from __future__ import absolute_import 17 from __future__ import division 18 from __future__ import print_function 19