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
+2 -2
View File
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from unittest import TestCase, SkipTest
from elasticsearch.client.utils import _make_path
from ..test_cases import TestCase, SkipTest
class TestMakePath(TestCase):
def test_handles_unicode(self):
id = u"中文"