diff options
author | Sylvain <syt@logilab.fr> | 2008-02-25 17:22:50 +0100 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2008-02-25 17:22:50 +0100 |
commit | b1b905b7f3f0016042fb2f8e1fcff1bcda95fb90 (patch) | |
tree | 79ea51c25538412ee7f3b4e5eabc071e83b75941 /bin | |
parent | ebd44268aa6b18b021775813b4e03690c3f26611 (diff) | |
download | logilab-common-b1b905b7f3f0016042fb2f8e1fcff1bcda95fb90.tar.gz |
getpwname -> getpwnam
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pytest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python -u from logilab.common.pytest import run run() |