diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-10 13:38:50 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-10 13:38:50 +0200 |
commit | 5bc7cd5c24f8a00e7ed39cbe06baae8b714e4ac5 (patch) | |
tree | 11a39543d3b5130960c12bdaac5f50f4ad97ba1c /src/web/emails.py | |
parent | Updated translations. (diff) | |
download | newspipe-5bc7cd5c24f8a00e7ed39cbe06baae8b714e4ac5.tar.gz newspipe-5bc7cd5c24f8a00e7ed39cbe06baae8b714e4ac5.tar.bz2 newspipe-5bc7cd5c24f8a00e7ed39cbe06baae8b714e4ac5.zip |
Now useless function.
Diffstat (limited to 'src/web/emails.py')
-rw-r--r-- | src/web/emails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/emails.py b/src/web/emails.py index 9967fefb..5fb5ce01 100644 --- a/src/web/emails.py +++ b/src/web/emails.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/ |