remove unittest2
This commit is contained in:
parent
878284c85c
commit
b030b46f74
116 changed files with 116 additions and 468 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import mock
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
import koji
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue