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

@ -2,10 +2,7 @@ from __future__ import absolute_import
import mock
import os
import sys
try:
import unittest2 as unittest
except ImportError:
import unittest
import unittest
# alter pythonpath to not load hub plugin
sys.path = [os.path.join(os.path.dirname(__file__), '../../plugins/builder')] + sys.path