From a677ae690ef9788fbbe9d869e16244494cc9ae7e Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Wed, 20 Mar 2013 19:46:42 -0400 Subject: [PATCH] _ --> - --- site/app.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app.hy b/site/app.hy index 9a561c6..f1fbe47 100644 --- a/site/app.hy +++ b/site/app.hy @@ -6,7 +6,7 @@ (import-from hy.errors HyError) (import-from hy.lex LexException) -(import-from hy.importer import_string_to_ast) +(import-from hy.importer import-string-to-ast) (import astor.codegen) (import autopep8)