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)