From 704ceec16f26d58cc90d9e7cfb2abca915212a53 Mon Sep 17 00:00:00 2001 From: Hardirc Date: Fri, 8 Apr 2016 20:13:30 -0400 Subject: [PATCH] Enhance welcome controllers/default.py PEP8 --- applications/welcome/controllers/default.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/applications/welcome/controllers/default.py b/applications/welcome/controllers/default.py index 50092ab9..87c6d55f 100644 --- a/applications/welcome/controllers/default.py +++ b/applications/welcome/controllers/default.py @@ -1,12 +1,13 @@ # -*- coding: utf-8 -*- # this file is released under public domain and you can use without limitations -######################################################################### -## This is a sample controller -## - index is the default action of any application -## - user is required for authentication and authorization -## - download is for downloading files uploaded in the db (does streaming) -######################################################################### +# ------------------------------------------------------------------------- +# This is a sample controller +# - index is the default action of any application +# - user is required for authentication and authorization +# - download is for downloading files uploaded in the db (does streaming) +# ------------------------------------------------------------------------- + def index(): """