From b28f9014788f2a1caa3e7d3d9940e44aea7f5cbb Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Fri, 18 Jul 2003 02:45:27 +0000 Subject: [PATCH] make #! line more liberal --- 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 532ff646b751..6117a6f674b1 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. -- 2.47.3