From 9a0833a35aae178979e8abf6dc1abf9e5dcc7fae Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Thu, 14 Mar 2013 21:07:34 -0400 Subject: [PATCH] tweaking the app --- site/app.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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