From: Fredrik Tolf Date: Sat, 3 Dec 2011 06:46:15 +0000 (+0100) Subject: Call setup.py with python3. X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=commitdiff_plain;h=9aebe126b0e64eca0a987a9fcc652d8df4476f6a Call setup.py with python3. --- diff --git a/setup.py b/setup.py index a3f45d2..85a07ae 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup, Extension