Skip to content

Commit

Permalink
Merge pull request #31 from samples-of-junichim/bug_fixed
Browse files Browse the repository at this point in the history
fixed for python3
  • Loading branch information
benrady authored Aug 23, 2017
2 parents 0ac8eb5 + 1c5c3d0 commit 050e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/jsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def search(d, keys):
else:
return search(d[keys[0]], keys[1:])

print search(doc, keys)
print( search(doc, keys) )

0 comments on commit 050e5f2

Please sign in to comment.