Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/mkenvdir
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-07-29 17:54:42 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-07-29 17:54:42 (GMT)
commit99c79eeb14ed668d1f0d5a7306eb7894dd2ce7ae (patch)
tree87c3664bf6c9f30da03cebac6c25e434dd23bb21 /bin/mkenvdir
parent4d886a5a970acf79e3d0e8121904dc531921f089 (diff)
mkenvdir, rainbow-{sugarize,xify}: hardcode Python path
Given that we already hardcode the Python path in the scripts that run with root rights, we can do the same for the others without loss of functionality (and Debian prefers it this way).
Diffstat (limited to 'bin/mkenvdir')
-rwxr-xr-xbin/mkenvdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkenvdir b/bin/mkenvdir
index 542400f..3b3b9ad 100755
--- a/bin/mkenvdir
+++ b/bin/mkenvdir
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import os, sys
from os.path import join, exists, isdir
from rainbow.util import make_dirs