Kyle Manna c593451e5d Tools: Convert Python 2 syntax to Python 3 compatible
* The `print """` syntax appears invalid in Python 3 which is the
  default for the Python binary on my system (and soon many more).
* Convert the file (using `2to3`) to a version that's compatible with
  Python 2 and Python 3.
* Tested against Python 2.7.10 and 3.4.3.
2015-06-11 00:07:54 -07:00
..
2015-03-14 21:12:24 +11:00
2014-11-11 13:45:25 +01:00
2015-04-14 19:17:30 -07:00
2014-11-11 13:45:25 +01:00
2015-05-13 16:21:52 -07:00