[email protected] | 042c83c9c | 2012-12-06 22:47:36 | [diff] [blame] | 1 | #!/usr/bin/env python |
jbudorick | 688462b | 2015-12-17 16:45:41 | [diff] [blame] | 2 | # Copyright 2015 The Chromium Authors. All rights reserved. |
[email protected] | 042c83c9c | 2012-12-06 22:47:36 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style license that can be |
4 | # found in the LICENSE file. | ||||
5 | |||||
[email protected] | 042c83c9c | 2012-12-06 22:47:36 | [diff] [blame] | 6 | import sys |
7 | |||||
jbudorick | d28554a | 2016-01-11 16:22:59 | [diff] [blame] | 8 | import devil_chromium |
jbudorick | 688462b | 2015-12-17 16:45:41 | [diff] [blame] | 9 | from devil.android.tools import screenshot |
[email protected] | 042c83c9c | 2012-12-06 22:47:36 | [diff] [blame] | 10 | |
11 | if __name__ == '__main__': | ||||
jbudorick | d28554a | 2016-01-11 16:22:59 | [diff] [blame] | 12 | devil_chromium.Initialize() |
jbudorick | 688462b | 2015-12-17 16:45:41 | [diff] [blame] | 13 | sys.exit(screenshot.main()) |