jenkins-bot has submitted this change and it was merged.

Change subject: Update the Python interpreter to 2 for old scripts
......................................................................


Update the Python interpreter to 2 for old scripts

Update the Python version for the last of the old scripts.

Change-Id: I3a4ca7283c494fcac9a08b6c4039c0b7b9ddeca3
---
M scripts/convert-icons.py
M scripts/generate_wiki_languages.py
M scripts/make-templates.py
M scripts/pullfiles.bash
4 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Mholloway: Looks good to me, but someone else must approve
  Dbrant: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/convert-icons.py b/scripts/convert-icons.py
index eb8a6bd..508c02d 100755
--- a/scripts/convert-icons.py
+++ b/scripts/convert-icons.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 import os
 import sh
 import sys
diff --git a/scripts/generate_wiki_languages.py 
b/scripts/generate_wiki_languages.py
index 425fd38..cdd007a 100755
--- a/scripts/generate_wiki_languages.py
+++ b/scripts/generate_wiki_languages.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # coding=utf-8
 
 from urllib2 import urlopen
diff --git a/scripts/make-templates.py b/scripts/make-templates.py
index e328427..709a560 100755
--- a/scripts/make-templates.py
+++ b/scripts/make-templates.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # coding=utf-8
 
 import copy
diff --git a/scripts/pullfiles.bash b/scripts/pullfiles.bash
index 8865a26..d4f00f8 100755
--- a/scripts/pullfiles.bash
+++ b/scripts/pullfiles.bash
@@ -15,6 +15,6 @@
     && \
 dd if=backup.ab bs=1 skip=24 \
 \
-| python -c "$python_commands" \
+| python2 -c "$python_commands" \
 \
 | tar -xvf -

-- 
To view, visit https://gerrit.wikimedia.org/r/278194
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3a4ca7283c494fcac9a08b6c4039c0b7b9ddeca3
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to