remove unittest2

This commit is contained in:
Tomas Kopecek 2020-09-14 12:56:45 +02:00
parent 878284c85c
commit b030b46f74
116 changed files with 116 additions and 468 deletions

View file

@ -3,10 +3,7 @@ import mock
import os
import six
import sys
try:
import unittest2 as unittest
except ImportError:
import unittest
import unittest
from mock import call