Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 14, 2018
1 parent 2b7e504 commit 45c74f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmlsec/test/sign_verify_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def setUp(self):

def test_verify_all(self):
for case in self.cases.values():
print str(case)
print(str(case))
public_keyspec = os.path.join(self.resource_dir, case.name, "signer.crt")
res = xmlsec.verify(case.as_etree("in.xml"), public_keyspec)
self.assertTrue(res)
Expand Down

0 comments on commit 45c74f7

Please sign in to comment.