From 07fa00574335d892a1496703eddaca6e54695b9c Mon Sep 17 00:00:00 2001 From: resteve Date: Mon, 27 Oct 2014 20:22:56 +0100 Subject: [PATCH] Headers --- sessions.py | 3 +++ tryton.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sessions.py b/sessions.py index 2325abd..e29f139 100644 --- a/sessions.py +++ b/sessions.py @@ -1,3 +1,6 @@ +#This file is part galatea blueprint for Flask. +#The COPYRIGHT file at the top level of this repository contains +#the full copyright notices and license terms. from flask import request from flask.sessions import SessionInterface, SessionMixin from werkzeug.contrib.sessions import Session as SessionBase, SessionStore diff --git a/tryton.py b/tryton.py index 7f5fd2b..c9dd935 100644 --- a/tryton.py +++ b/tryton.py @@ -1,3 +1,6 @@ +#This file is part galatea blueprint for Flask. +#The COPYRIGHT file at the top level of this repository contains +#the full copyright notices and license terms. from flask import current_app from flask_tryton import Tryton