remove unittest2
This commit is contained in:
parent
878284c85c
commit
b030b46f74
116 changed files with 116 additions and 468 deletions
|
|
@ -1,9 +1,6 @@
|
|||
from __future__ import absolute_import
|
||||
import datetime
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
import koji.util
|
||||
from koji.xmlrpcplus import DateTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue