hammer/tools/csharp
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
..
.hgignore Added csharp builder to scons 2014-01-04 23:13:35 +01:00
__init__.py Enable absolute imports, true division, & print() 2019-05-10 21:13:32 +01:00
csharp.py Fix uses of retired builtins and builtin methods 2019-05-10 21:59:03 +01:00
csharp.xml Added csharp builder to scons 2014-01-04 23:13:35 +01:00
mono.py Enable absolute imports, true division, & print() 2019-05-10 21:13:32 +01:00
README Added csharp builder to scons 2014-01-04 23:13:35 +01:00

Grabbed from https://bitbucket.org/russel/scons_csharp, revision 058956ce21722f806a560c24305775f74dd71d3f