remove unittest2
This commit is contained in:
parent
878284c85c
commit
b030b46f74
116 changed files with 116 additions and 468 deletions
|
|
@ -5,10 +5,7 @@ import os
|
|||
import six
|
||||
import sys
|
||||
from six.moves import map
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
|
||||
PROGNAME = os.path.basename(sys.argv[0]) or 'koji'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue