From d428f454b6fc8b1f9bae8c486e7ca02e319ab37e Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 22 Dec 2012 00:30:34 -0500 Subject: [PATCH] adding natives --- hy/compiler/ast27.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/compiler/ast27.py b/hy/compiler/ast27.py index cbdbbce..4af7db2 100644 --- a/hy/compiler/ast27.py +++ b/hy/compiler/ast27.py @@ -1,7 +1,7 @@ # output ast for cpython 2.7 from hy.lang.builtins import builtins -# check compiler/modfaker for other crap +from hy.lang.natives import natives offset = 0 def _new_fn_name():