simplify py3 tests
This commit is contained in:
parent
af311184fc
commit
51358cfd09
68 changed files with 74 additions and 328 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import
|
||||
import copy
|
||||
import json
|
||||
import mock
|
||||
|
|
@ -6,10 +5,8 @@ import os
|
|||
import os.path
|
||||
import shutil
|
||||
import tempfile
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
import koji
|
||||
import koji.util
|
||||
import kojihub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue