remove unittest2
This commit is contained in:
parent
878284c85c
commit
b030b46f74
116 changed files with 116 additions and 468 deletions
|
|
@ -7,10 +7,7 @@ from __future__ import absolute_import
|
|||
import koji
|
||||
import mock
|
||||
import six
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
|
||||
class FixEncodingTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue