blob: 88f46f79a448b642a6c17f4a58b248f941102393 [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
jbudorick688462b2015-12-17 16:45:418from devil.android.tools import screenshot
[email protected]042c83c9c2012-12-06 22:47:369
10if __name__ == '__main__':
jbudorick688462b2015-12-17 16:45:4111 sys.exit(screenshot.main())