From a3c6f12b86aa0a08bb1455babb8e562cb057b28c Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Fri, 12 Apr 2013 23:08:22 -0400 Subject: [PATCH] Screw it; buyer beware. --- bin/hy2py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/hy2py b/bin/hy2py index 5ebdbe0..9894ec5 100755 --- a/bin/hy2py +++ b/bin/hy2py @@ -17,7 +17,6 @@ print "" print ast.dump(_ast) print "" print "" -print "from __future__ import division" print astor.codegen.to_source(_ast) import_file_to_module("", sys.argv[1])