From e59d7b5cc669852f8134dd8f1b4b302add17c386 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 31 Mar 2015 15:11:20 +0200 Subject: [PATCH] Add newline at end of file --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index d002a3a..813d9c5 100644 --- a/app/app.py +++ b/app/app.py @@ -25,4 +25,4 @@ class PrefixFix(object): return self.app(environ, start_response) if not app.debug: - app.wsgi_app = PrefixFix(app.wsgi_app, '/james') \ No newline at end of file + app.wsgi_app = PrefixFix(app.wsgi_app, '/james')