hammer/tools
Alex Willmer 287f71d561 Fix uses of retired builtins and builtin methods
In Python 3.x

- int and long types are unified. The unified type is called int.
- the text string type (unicode) is renamed to str.
- the byte string type (str) is renamed to bytes.
- chr returns a text string (i.e. str)
- xrange is renamed to range.
- dict.has_key() is removed
-
2019-05-10 21:59:03 +01:00
..
csharp Fix uses of retired builtins and builtin methods 2019-05-10 21:59:03 +01:00
windows Port scons build files for Windows users 2016-05-22 13:29:12 +02:00
scanreplace.py Enable absolute imports, true division, & print() 2019-05-10 21:13:32 +01:00