py3port: revert some changes made by 2to3
This commit is contained in:
parent
b558d7bcb0
commit
44eb299442
16 changed files with 37 additions and 37 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue