pidgin/pidgin

Force python3 for purple-remote and purple-url-handler
release-2.x.y
2021-04-09, Gary Kramlich
a3d5a106c3dc
Parents a817d80eeb79
Children a2a16969a8fa
Force python3 for purple-remote and purple-url-handler

I just noticed Richard Laager created the same patch for debian so I reproduced
it.

Testing Done:
Verified they run locally on my system.

Reviewed at https://reviews.imfreedom.org/r/609/
--- a/libpurple/purple-remote Fri Apr 09 04:26:07 2021 -0500
+++ b/libpurple/purple-remote Fri Apr 09 23:53:08 2021 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import absolute_import, division, print_function
--- a/libpurple/purple-url-handler Fri Apr 09 04:26:07 2021 -0500
+++ b/libpurple/purple-url-handler Fri Apr 09 23:53:08 2021 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import absolute_import, division, print_function