diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-31 06:04:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-31 06:04:16 +0000 |
commit | 1676b109edb291dd35101c7619e2901e901b1ab8 (patch) | |
tree | 7a3a8957291a8e79c8f0f5b8ab0f61d5a7bcac41 | |
parent | eca925ec8fb466d02cf63c7d8e28601107ada8e6 (diff) | |
download | fetchmail-1676b109edb291dd35101c7619e2901e901b1ab8.tar.gz fetchmail-1676b109edb291dd35101c7619e2901e901b1ab8.tar.bz2 fetchmail-1676b109edb291dd35101c7619e2901e901b1ab8.zip |
Get our local python.
svn path=/trunk/; revision=3428
-rwxr-xr-x | getstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getstats.py b/getstats.py index 57d2f233..f957c7d3 100755 --- a/getstats.py +++ b/getstats.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Collect statistics on current release. |