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
@@ -6,8 +6,8 @@ clients.
from os import walk, environ
from os.path import exists, join, dirname, pardir
import yaml
from unittest import SkipTest
from ..test_cases import SkipTest
from . import ElasticTestCase
# some params had to be changed in python, keep track of them so we can rename