From 8fedf1a9bee077f27ef05aa201370f4f8023f409 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 31 Jul 2014 21:14:05 +0200 Subject: Adjust shebangs to call python3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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: -- cgit v1.2.3-54-g00ecf