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(): """