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

@ -1,10 +1,7 @@
from __future__ import absolute_import
import mock
import six
try:
import unittest2 as unittest
except ImportError:
import unittest
import unittest
from koji_cli.commands import handle_wrapper_rpm
from . import utils