Python 3 compat

This commit is contained in:
Christophe de Vienne 2012-09-22 22:53:11 +02:00
parent 0f5aeeedd5
commit 2f75b3dd61

View File

@ -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)