Python 3 compat
This commit is contained in:
parent
0f5aeeedd5
commit
2f75b3dd61
@ -14,7 +14,7 @@ class TestSpore(unittest.TestCase):
|
||||
def test_spore(self):
|
||||
spore = wsme.spore.getdesc(WSTestRoot())
|
||||
|
||||
print spore
|
||||
print(spore)
|
||||
|
||||
spore = json.loads(spore)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user