blob: 6ab906086d75c66a9fdf522f616889b477b46dbb [file] [log] [blame]
[email protected]042c83c9c2012-12-06 22:47:361#!/usr/bin/env python
jbudorick688462b2015-12-17 16:45:412# Copyright 2015 The Chromium Authors. All rights reserved.
[email protected]042c83c9c2012-12-06 22:47:363# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
[email protected]042c83c9c2012-12-06 22:47:366import sys
7
jbudorickd28554a2016-01-11 16:22:598import devil_chromium
jbudorick688462b2015-12-17 16:45:419from devil.android.tools import screenshot
[email protected]042c83c9c2012-12-06 22:47:3610
11if __name__ == '__main__':
jbudorickd28554a2016-01-11 16:22:5912 devil_chromium.Initialize()
jbudorick688462b2015-12-17 16:45:4113 sys.exit(screenshot.main())