Skip to content

Commit

Permalink
migrated print to py3 - line 19 (linuxmint#7888)
Browse files Browse the repository at this point in the history
py2 compatible
  • Loading branch information
Abdur-rahmaanJ authored and Ingo Lafrenz committed Jan 2, 2019
1 parent e92bd13 commit 806715d
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 806715d

Please # to comment.