summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xqutebrowser.py2
-rw-r--r--qutebrowser/__main__.py2
-rwxr-xr-xscripts/cleanup.py2
-rwxr-xr-xscripts/freeze.py2
-rwxr-xr-xscripts/minimal_webkit_testbrowser.py2
-rwxr-xr-xscripts/run_checks.py2
-rwxr-xr-xscripts/run_profile.py2
-rwxr-xr-xscripts/update_3rdparty.py2
-rwxr-xr-xsetup.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/qutebrowser.py b/qutebrowser.py
index 1c4688346..c2873f649 100755
--- a/qutebrowser.py
+++ b/qutebrowser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/qutebrowser/__main__.py b/qutebrowser/__main__.py
index 2dd2edbfb..ba6cd01b9 100644
--- a/qutebrowser/__main__.py
+++ b/qutebrowser/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/cleanup.py b/scripts/cleanup.py
index c09f1d88d..5119237e0 100755
--- a/scripts/cleanup.py
+++ b/scripts/cleanup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/freeze.py b/scripts/freeze.py
index 387522543..40b9e85f2 100755
--- a/scripts/freeze.py
+++ b/scripts/freeze.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/minimal_webkit_testbrowser.py b/scripts/minimal_webkit_testbrowser.py
index 4574816d8..4f758d90d 100755
--- a/scripts/minimal_webkit_testbrowser.py
+++ b/scripts/minimal_webkit_testbrowser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/run_checks.py b/scripts/run_checks.py
index 855d87caf..6ad368767 100755
--- a/scripts/run_checks.py
+++ b/scripts/run_checks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/run_profile.py b/scripts/run_profile.py
index d20712adc..3ae8140d7 100755
--- a/scripts/run_profile.py
+++ b/scripts/run_profile.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/scripts/update_3rdparty.py b/scripts/update_3rdparty.py
index 62c8beab6..f570c3f9f 100755
--- a/scripts/update_3rdparty.py
+++ b/scripts/update_3rdparty.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/setup.py b/setup.py
index 208e55dd8..942c2e64e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: