modified setuser to use Python3 (default on 14.04)

This commit is contained in:
mpeterson
2014-05-12 10:21:54 +02:00
committed by Hongli Lai (Phusion)
parent 5cfdd42d4b
commit d3d4b6124a
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2 #!/usr/bin/python3
import sys, os, pwd import sys, os, pwd
if len(sys.argv) < 3: if len(sys.argv) < 3: