Enrico Forestieri 1a26f9b26c layout2layout.py: Python 3 compatibility
The layout2layout.py script already reads and writes files in
binary format. However, all regexes and comparisons assume strings,
so that python3 chokes on them. This commit converts all involved
strings into bytes-like objects. In this way both python 2 and 3
behave the same.
2017-04-13 16:25:59 +02:00
..
2016-05-10 21:27:57 +02:00
2016-07-31 00:15:42 -04:00
2016-06-08 20:02:33 +02:00
2012-02-02 22:30:38 +00:00