fix imports
This commit is contained in:
parent
acf5c73ee2
commit
3b86d7f247
2 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,12 @@
|
|||
# coding=utf-8
|
||||
from __future__ import absolute_import
|
||||
import mock
|
||||
import six
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
|
||||
from koji.util import base64encode, base64decode
|
||||
from koji.util import base64encode
|
||||
|
||||
|
||||
class Base64EncodeTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue