Support python 2.6

This commit is contained in:
Honza Kral
2013-08-27 04:07:52 +02:00
parent 87a09091ce
commit 158f6e6183
7 changed files with 19 additions and 17 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import requests
from elasticsearch import Elasticsearch
from elasticsearch.exceptions import ConnectionError
from unittest import SkipTest, TestCase
from unittest import TestCase
from nose import SkipTest
data_dir = None