diff options
Diffstat (limited to 'utils.py')
-rwxr-xr-x | utils.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,8 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.1 $" +__version__ = "$Revision: 1.2 $" __date__ = "$Date: 2010/12/07 $" +__revision__ = "$Date: 2011/04/15 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" @@ -409,4 +410,4 @@ def load_feed(): LOCKER.release() return (feeds, nb_articles, nb_unread_articles, nb_favorites, nb_mail_notifications) LOCKER.release() - return (feeds, nb_articles, nb_unread_articles, nb_favorites, nb_mail_notifications)
\ No newline at end of file + return (feeds, nb_articles, nb_unread_articles, nb_favorites, nb_mail_notifications) |