that shouldn't be there

This commit is contained in:
Kenneth Reitz
2011-04-02 02:51:08 -04:00
parent 77f4b3dfd5
commit 1707d7ea7b
-14
View File
@@ -1,14 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
from convore import Convore
CONVORE_NAME = os.environ.get('CONVORE_NAME', 'requeststest')
CONVORE_PASS = os.environ.get('CONVORE_PASS', 'requeststest')
convore = Convore(CONVORE_NAME, CONVORE_PASS)
#print convore.groups.discover.category
convore.groups.discover.search('github')