Drop usage of six
We no longer need to support Python 2, so there's no point in this compatibility layer. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
8558b74d78
commit
b34de57813
57 changed files with 406 additions and 734 deletions
|
|
@ -7,7 +7,7 @@ except ImportError:
|
|||
from parameterized import parameterized
|
||||
|
||||
import os
|
||||
from six.moves import StringIO
|
||||
from io import StringIO
|
||||
|
||||
from tests import helpers
|
||||
from pungi import createiso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue