summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2008-02-25 17:22:50 +0100
committerSylvain <syt@logilab.fr>2008-02-25 17:22:50 +0100
commitb1b905b7f3f0016042fb2f8e1fcff1bcda95fb90 (patch)
tree79ea51c25538412ee7f3b4e5eabc071e83b75941 /bin
parentebd44268aa6b18b021775813b4e03690c3f26611 (diff)
downloadlogilab-common-b1b905b7f3f0016042fb2f8e1fcff1bcda95fb90.tar.gz
getpwname -> getpwnam
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pytest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pytest b/bin/pytest
index f363117..852bdd1 100755
--- a/bin/pytest
+++ b/bin/pytest
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python -u
from logilab.common.pytest import run
run()