Force python3 for purple-remote and purple-url-handler release-2.x.y

Fri, 09 Apr 2021 23:53:08 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 09 Apr 2021 23:53:08 -0500
branch
release-2.x.y
changeset 40848
a3d5a106c3dc
parent 40847
a817d80eeb79
child 40849
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/

libpurple/purple-remote file | annotate | diff | comparison | revisions
libpurple/purple-url-handler file | annotate | diff | comparison | revisions
--- 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
 

mercurial