From: Fredrik Tolf Date: Sat, 10 Dec 2011 04:10:10 +0000 (+0100) Subject: Use python3 as script interpreter. X-Git-Tag: 0.1~7 X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=commitdiff_plain;h=50f434d1a0d794cad6b16b95d1838b512b3c8709 Use python3 as script interpreter. --- diff --git a/pdm-repl b/pdm-repl index 5faaa86..c8fe277 100755 --- a/pdm-repl +++ b/pdm-repl @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import sys, getopt, readline import pdm.cli diff --git a/setup.py b/setup.py index 5245a5c..7a55956 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup