From d093b3ab2e03b3aa462416cfdb62c880c1f5f8a1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 21 Feb 2011 14:51:40 -0500 Subject: [PATCH] no need for that anymore --- convore/api.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/convore/api.py b/convore/api.py index 2b6ff43..cbe4b82 100644 --- a/convore/api.py +++ b/convore/api.py @@ -114,22 +114,3 @@ class Groups(SyncedList): group.import_from_api(_group) group.joined = True self.data.append(group) - - - - - - - -#^groups/discover/friend.json -#^groups/discover/explore/(?Ppopular|recent|alphabetical).json -#^groups/discover/category.json -#^groups/discover/category/(?P[\w-]+).json -#^groups/discover/search.json -#^groups/(?P\d+)/join.json -#^groups/(?P\d+)/request.json - - - - -