]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Get rid of #! line
authorGuido van Rossum <guido@python.org>
Fri, 9 Apr 1999 14:49:04 +0000 (14:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Apr 1999 14:49:04 +0000 (14:49 +0000)
Lib/netrc.py
Lib/shlex.py

index 7c1de2697e08ef81dc08d630d01100dc54385ef3..e81f0e7178b90c45d89f97c0a21cdb276faa62e8 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Module and documentation by Eric S. Raymond, 21 Dec 1998 
 
 import sys, os, string, shlex
index 173edde3999a77f9c09c4a1465a4db2228355357..5b6a0ca27ea7a1d4189801a8d481fbeb2590be86 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Module and documentation by Eric S. Raymond, 21 Dec 1998 
 
 import sys, os, string