From 11ca10034c04267da8b00d2ef940b0548a13ef42 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 6 Feb 2016 12:28:03 +0100 Subject: Use python3 instead of python2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cdadd50..be05caa 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # (C) 2010,2014 Guido Günther -- cgit v1.2.3