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
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from unittest import TestCase, SkipTest
from unittest import TestCase
from nose import SkipTest
from elasticsearch.client.utils import _make_path