diff --git a/site/app.hy b/site/app.hy index 5ddbf57..9a561c6 100644 --- a/site/app.hy +++ b/site/app.hy @@ -8,8 +8,8 @@ (import-from hy.lex LexException) (import-from hy.importer import_string_to_ast) -(import autopep8) (import astor.codegen) +(import autopep8) (def app (Flask "__main__")) ; long story, needed hack