From: Guido van Rossum Date: Fri, 9 Apr 1999 14:49:04 +0000 (+0000) Subject: Get rid of #! line X-Git-Tag: v1.5.2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a86f66ad785daf738dc70e7b1a479515a0beee0;p=thirdparty%2FPython%2Fcpython.git Get rid of #! line --- diff --git a/Lib/netrc.py b/Lib/netrc.py index 7c1de2697e08..e81f0e7178b9 100644 --- a/Lib/netrc.py +++ b/Lib/netrc.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Module and documentation by Eric S. Raymond, 21 Dec 1998 import sys, os, string, shlex diff --git a/Lib/shlex.py b/Lib/shlex.py index 173edde3999a..5b6a0ca27ea7 100644 --- a/Lib/shlex.py +++ b/Lib/shlex.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Module and documentation by Eric S. Raymond, 21 Dec 1998 import sys, os, string