From 1707d7ea7bbb0203a9a8cf027b9eaa0d772e31ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Apr 2011 02:51:08 -0400 Subject: [PATCH] that shouldn't be there --- test.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 70b08b6..0000000 --- a/test.py +++ /dev/null @@ -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')