diff options
author | Skip Montanaro <skip@pobox.com> | 2003-07-22 14:37:42 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-07-22 14:37:42 (GMT) |
commit | 5d6ceb4aaebc699f30bf26367a15255e4efc2bcd (patch) | |
tree | 9f27918db10ed3811a5ee55769d7fd803811046b /Lib/encodings | |
parent | 12cb99b33ffca180ec8ea2efcad0289d3cf11eca (diff) | |
download | cpython-5d6ceb4aaebc699f30bf26367a15255e4efc2bcd.zip cpython-5d6ceb4aaebc699f30bf26367a15255e4efc2bcd.tar.gz cpython-5d6ceb4aaebc699f30bf26367a15255e4efc2bcd.tar.bz2 |
more generic reference to python interpreter
Diffstat (limited to 'Lib/encodings')
-rw-r--r-- | Lib/encodings/rot_13.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py index d5c91da..c628181 100644 --- a/Lib/encodings/rot_13.py +++ b/Lib/encodings/rot_13.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python2.1 +#!/usr/bin/env python """ Python Character Mapping Codec for ROT13. See http://ucsub.colorado.edu/~kominek/rot13/ for details. |