From 68f4182a9c69bf8ee35c3b6b764b4ab449c283a4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 21:42:44 +0100 Subject: Import of datetime. --- src/web/notifications.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/notifications.py b/src/web/notifications.py index 19562fad..4f276123 100644 --- a/src/web/notifications.py +++ b/src/web/notifications.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# jarr - A Web based news aggregator. +# JARR - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/JARR-aggregator/JARR/ @@ -19,6 +19,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +import datetime from flask import render_template import conf from web import emails -- cgit