Add newline at end of file

This commit is contained in:
Tom Naessens 2015-03-31 15:11:20 +02:00
parent 00613a7db8
commit e59d7b5cc6

View file

@ -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')
app.wsgi_app = PrefixFix(app.wsgi_app, '/james')