From: Skip Montanaro Date: Tue, 22 Jul 2003 14:37:42 +0000 (+0000) Subject: more generic reference to python interpreter X-Git-Tag: v2.3c2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d6ceb4aaebc699f30bf26367a15255e4efc2bcd;p=thirdparty%2FPython%2Fcpython.git more generic reference to python interpreter --- diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py index d5c91da751c1..c628181bfdcd 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.