hy/tests/native_tests
Konrad Hinsen 0c56885d42 Use __future__.division for all Hy code
Fixes #106
Note: This is implemented by replacing all calls to Python's
builtin "compile" function by calls to hy.importer.compile_,
which adds the "future division" flag. Anyone using "compile"
in future work will have to remember this.
2013-04-12 05:23:25 +02:00
..
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
language.hy updating the nested mangles 2013-04-11 22:25:23 -04:00
math.hy Use __future__.division for all Hy code 2013-04-12 05:23:25 +02:00