chiark / gitweb /
Switch all shebangs to 'env python2'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 31 Oct 2013 12:25:39 +0000 (13:25 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 31 Oct 2013 12:27:24 +0000 (13:27 +0100)
13 files changed:
fdroid
fdroidserver/build.py
fdroidserver/checkupdates.py
fdroidserver/import.py
fdroidserver/publish.py
fdroidserver/rewritemeta.py
fdroidserver/scanner.py
fdroidserver/server.py
fdroidserver/stats.py
fdroidserver/update.py
fdroidserver/verify.py
makebuildserver.py
setup.py

diff --git a/fdroid b/fdroid
index 677078e6b2baeb9aad00d665f41d626b6fd56ba7..0213083e56029f8d2b9071885c643a19f0d9e683 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # fdroid.py - part of the FDroid server tools
index 3b008a3f4093331efb0b5c4b9a3a66646f319cee..7f21272c7973b1cdaf350defaaf7fb13205b721a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # build.py - part of the FDroid server tools
index 99051c0a0eb1f38025d0b47a2dbbd68500688b8b..49f2b4891a98000bbd355b40df17eaf723892cad 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # checkupdates.py - part of the FDroid server tools
index 8ca261f545dc1794f7dd3ffd2b72b0ab248e172f..51cc769e1c0efb90ad52aca50d219e61525eef2d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # import.py - part of the FDroid server tools
index 0d37253bd5092da13f3e428fda4457b8476cb8de..7424b456a491a6b8cf44c72cdcd3d4ef6f93f7a7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # publish.py - part of the FDroid server tools
index 1f488af31cb2b10d5ca8ecd65865cb57e7b11ae6..11fee08bfb866158f160cfcb05d39fbd33c5e1af 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # rewritemeta.py - part of the FDroid server tools
index a806de0d991e379fbee25d0c34b0aa37413f5d62..b909e6b47ac1d3d12e607154d60856cdbc0236a2 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # scanner.py - part of the FDroid server tools
index ee239912602c7d8fe2b1ee8d64ffbb12e71233b3..445467cb606ab27da02a4013bb95b2d7a301f3c5 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # server.py - part of the FDroid server tools
index 6d78fee7a611c13f937ba43eaf41f9cc87db2739..ac252130f0e7e0fdd815e37a2f6641ce6e972df5 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # stats.py - part of the FDroid server tools
index b6211966c729a9d07a69d59b6eeda43a6bbc2909..de33c6b31dc4796e99b660544d05fbb4b6f51ea7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # update.py - part of the FDroid server tools
index c10f882e7fb19f3bb55338d2b5c6681fb65491e8..5d3f42221b80441a8c22213386125d3be240810f 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # publish.py - part of the FDroid server tools
index f761e1812d4589dba658404144575e1af09f0008..6752cb9c2a2938fad1607d8bbd99387b3e781950 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 import os
 import sys
index dca7645aaeaa56c9f91d4db4e8341a2735303b4b..56dc471a9104a09eaaa182354f6e1d9ff0e7522c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 from setuptools import setup