From 5d6ceb4aaebc699f30bf26367a15255e4efc2bcd Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 22 Jul 2003 14:37:42 +0000 Subject: [PATCH] more generic reference to python interpreter --- Lib/encodings/rot_13.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py index d5c91da751c..c628181bfdc 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.