aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/models
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-28 14:37:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-28 14:37:23 +0100
commit341008ac376479468d68bb2fb1c9ce0cd82b10e8 (patch)
tree16f593d7f00b65e9b93d889eb231c77b4a3e6d93 /pyaggr3g470r/models
parentTypo... (diff)
downloadnewspipe-341008ac376479468d68bb2fb1c9ce0cd82b10e8.tar.gz
newspipe-341008ac376479468d68bb2fb1c9ce0cd82b10e8.tar.bz2
newspipe-341008ac376479468d68bb2fb1c9ce0cd82b10e8.zip
Clean the file utils.py
Diffstat (limited to 'pyaggr3g470r/models')
-rw-r--r--pyaggr3g470r/models/article.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/models/article.py b/pyaggr3g470r/models/article.py
index 0466bc35..f026984a 100644
--- a/pyaggr3g470r/models/article.py
+++ b/pyaggr3g470r/models/article.py
@@ -4,7 +4,7 @@
# pyAggr3g470r - A Web based news aggregator.
# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://bitbucket.org/cedricbonhomme/pyaggr3g470r/
+# For more information : https://bitbucket.org/cedricbonhomme/pyaggr3g470r
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
bgstack15