aboutsummaryrefslogtreecommitdiff
path: root/articles.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-12-07 09:25:26 +0100
committercedricbonhomme <devnull@localhost>2010-12-07 09:25:26 +0100
commit4f5909a60709fb766a29ce50682dbb43a7f5a84c (patch)
tree9a962895a724d65054af628175c1ea30e45b686c /articles.py
parentMinor bug fix in the export function. (diff)
downloadnewspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.gz
newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.bz2
newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.zip
Removed unused imports
Diffstat (limited to 'articles.py')
-rw-r--r--articles.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/articles.py b/articles.py
index 6a37bea8..ec9c451d 100644
--- a/articles.py
+++ b/articles.py
@@ -44,7 +44,6 @@ class Feed(object):
self.nb_unread_articles = ""#nb_unread_articles
self.articles = OrderedDict()#articles_list
-
class Article(object):
"""
Represent an article.
bgstack15