diff options
author | cedricbonhomme <devnull@localhost> | 2010-12-07 09:25:26 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-12-07 09:25:26 +0100 |
commit | 4f5909a60709fb766a29ce50682dbb43a7f5a84c (patch) | |
tree | 9a962895a724d65054af628175c1ea30e45b686c /articles.py | |
parent | Minor bug fix in the export function. (diff) | |
download | newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.gz newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.bz2 newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.zip |
Removed unused imports
Diffstat (limited to 'articles.py')
-rw-r--r-- | articles.py | 1 |
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. |