summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-07-31 21:14:05 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-07-31 21:14:05 +0200
commit8fedf1a9bee077f27ef05aa201370f4f8023f409 (patch)
treeef6c1229c53328db3c1380ddf6f06669b8a2612e /setup.py
parent09cfa7669efe534372566f303b199caa78b4ee37 (diff)
downloadqutebrowser-8fedf1a9bee077f27ef05aa201370f4f8023f409.tar.gz
qutebrowser-8fedf1a9bee077f27ef05aa201370f4f8023f409.zip
Adjust shebangs to call python3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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: