[Pkg-javascript-devel] [PATCH] Explicitly request Python 2 in a wiki maintenance script

AJ Jordan alex at strugee.net
Sat Aug 5 19:31:35 UTC 2017


On Sat, Aug 05, 2017 at 03:24:20PM -0400, AJ Jordan wrote:
> Heya!
> 
> I'm attaching a patch to fix the shebang line in js_task_edit.py. Can
> someone apply it to
> https://anonscm.debian.org/cgit/pkg-javascript/js-task-wiki-edit.git?
> 
> Cheers!
> 
> AJ

Forgot to actually attach the path. *sigh*

Sorry for the noise!
-------------- next part --------------
From 6d7a57de7827ea373786aedd70f57e6448d64f6f Mon Sep 17 00:00:00 2001
From: AJ Jordan <alex at strugee.net>
Date: Sat, 5 Aug 2017 15:18:35 -0400
Subject: [PATCH] Explicitly request Python 2

---
 js_task_edit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js_task_edit.py b/js_task_edit.py
index 734dfd9..ace6972 100755
--- a/js_task_edit.py
+++ b/js_task_edit.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 
 from argparse import ArgumentParser
 from commands import getstatusoutput
-- 
2.13.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20170805/dd453824/attachment.sig>


More information about the Pkg-javascript-devel mailing list