From 213a2607d3b2419803b3e6d5dc0dd4afbf4f3c31 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 22 Apr 2012 22:26:30 +0200 Subject: Renamed get_all_collections() to get_all_feeds(). --- source/mongodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/mongodb.py') diff --git a/source/mongodb.py b/source/mongodb.py index bb4fbf2b..f40b1239 100644 --- a/source/mongodb.py +++ b/source/mongodb.py @@ -80,7 +80,7 @@ class Articles(object): collection = self.db[str(feed_id)] return collection.find({"article_id":article_id}).next() - def get_all_collections(self, condition=None): + def get_all_feeds(self, condition=None): """ """ feeds = [] -- cgit