py3port: revert some changes made by 2to3

This commit is contained in:
The MMGen Project 2018-11-01 17:34:29 +00:00
commit 44eb299442
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
16 changed files with 37 additions and 37 deletions

View file

@ -183,4 +183,4 @@ def compile_code(code):
src = create_src(code_in)
out = compile_code(src)
if opt.stdout:
print((json.dumps(out)))
print(json.dumps(out))