From 7fab3abaaa7b3cd16cbcfc556cdc3840654d2c24 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 25 Feb 2011 09:15:59 -0500 Subject: [PATCH] new search api --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 9ab9f9f..70b08b6 100644 --- a/test.py +++ b/test.py @@ -10,5 +10,5 @@ CONVORE_PASS = os.environ.get('CONVORE_PASS', 'requeststest') convore = Convore(CONVORE_NAME, CONVORE_PASS) -print convore.groups.discover.category - +#print convore.groups.discover.category +convore.groups.discover.search('github')