Skip to content

Commit 277b20c

Browse files
Abdur-rahmaanJclefebvre
authored andcommitted
migrated print to py3 - line 19 (#7888)
py2 compatible
1 parent ffbeeaf commit 277b20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search-providers-examples/apt@cinnamon.org/search_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
description = p[i+3:]
1717
results.append({'id': name, 'label': _("Install package : ") + name, 'description': description})
1818

19-
print json.dumps(results)
19+
print(json.dumps(results))

0 commit comments

Comments
 (0)