Use python3 as script interpreter.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 10 Dec 2011 04:10:10 +0000 (05:10 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 10 Dec 2011 04:10:10 +0000 (05:10 +0100)
pdm-repl
setup.py

index 5faaa86..c8fe277 100755 (executable)
--- a/pdm-repl
+++ b/pdm-repl
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import sys, getopt, readline
 import pdm.cli
index 5245a5c..7a55956 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 from distutils.core import setup