Mike Frysinger 31067c0ac5 tweak raise/dict syntax for Python 3 compat
Use the `raise` statement directly.

Switch to using .items() instead of .iteritems().  Python 3 doesn't
have .iteritems() as .items() is a generator, and these are small
enough that the Python 2 overhead should be negligible.

We have to run .keys() through list() in a few places as Python 3
uses a generator and we sometimes want to iterate more than once.
That's why we don't change all .keys() or .items() calls -- most
are in places where generators are fine.

Bug: https://crbug.com/gerrit/10418
Change-Id: I469899d9b77ffd77ccabb831bc4b217407fefe6f
2019-06-13 13:39:25 +00:00
2019-06-12 23:18:10 -04:00
2015-10-07 15:43:22 -07:00
2016-09-14 09:49:02 +02:00
2013-03-08 01:18:08 +00:00
2017-05-26 21:44:57 +09:00
2015-03-28 21:12:27 +00:00
2018-07-24 22:20:08 +08:00
2008-10-21 07:00:00 -07:00
2015-06-04 00:21:16 +00:00
2018-10-22 08:16:35 -07:00
2018-10-22 08:16:35 -07:00
2018-07-24 22:20:08 +08:00
2017-08-31 13:49:26 -07:00
2018-12-20 02:11:46 -05:00
2019-06-13 13:34:54 +00:00
2019-06-13 02:00:17 -04:00

repo

Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.

Description
No description provided
Readme Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%