Check for correct string class

Use python-six and check against correct string class on both Python 2
and Python 3.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-08-28 14:31:09 +02:00
parent 65910f2c33
commit 5379fb5e28
5 changed files with 10 additions and 4 deletions

View file

@ -61,6 +61,7 @@ setup(
"lockfile",
"lxml",
"productmd",
"six",
],
tests_require = [
"mock",