Use unittest2 even for python 2.6

This commit is contained in:
Honza Kral
2013-08-28 19:11:28 +02:00
parent d180e62a99
commit fe7cc106f6
11 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import requests
from elasticsearch import Elasticsearch
from elasticsearch.exceptions import ConnectionError
from unittest import SkipTest, TestCase
from ..test_cases import TestCase, SkipTest
data_dir = None