Files
gerrit/tools
David Ostrovsky f2099fa403 merge_jars.py: Make the code work on Python 3
So far the gerrit build tool chain works as expected on Python 3. The
only problems that we are running into in merge_jars.py:

* ZipFile.read is returning byte and not string
* dict.iteritems() was removed in Python 3

Luckily, those problems can be easily rectified and code can be adjusted
to be compatible with both Python version 2 and 3.

Bug: Issue 7002
Change-Id: I487253b0e2e6fe4428fe60d57879424f85a198a0
2017-08-30 08:53:55 +00:00
..
2017-06-28 19:18:34 +01:00
2015-08-26 09:03:24 -06:00
2017-05-15 17:00:01 +09:00
2016-12-07 11:33:07 +00:00
2017-05-11 15:21:41 +00:00
2017-02-10 08:24:15 +01:00
2015-06-18 17:10:11 +02:00
2017-03-03 08:12:45 -06:00