Skip to content

Commit

Permalink
migrated print to py3 - line 19 (#7888)
Browse files Browse the repository at this point in the history
py2 compatible
  • Loading branch information
Abdur-rahmaanJ authored and clefebvre committed Sep 24, 2018
1 parent ffbeeaf commit 277b20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
description = p[i+3:]
results.append({'id': name, 'label': _("Install package : ") + name, 'description': description})

print json.dumps(results)
print(json.dumps(results))

0 comments on commit 277b20c

Please # to comment.