diff options
author | Guido van Rossum <guido@python.org> | 1999-04-09 14:49:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-09 14:49:04 (GMT) |
commit | 6a86f66ad785daf738dc70e7b1a479515a0beee0 (patch) | |
tree | 0b82dbd4156f85c65140969c23c0ae9d6cb274c6 /Lib | |
parent | 6ddbfb9ff25e875caa05300db5d66388f02f75ab (diff) | |
download | cpython-6a86f66ad785daf738dc70e7b1a479515a0beee0.zip cpython-6a86f66ad785daf738dc70e7b1a479515a0beee0.tar.gz cpython-6a86f66ad785daf738dc70e7b1a479515a0beee0.tar.bz2 |
Get rid of #! line
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/netrc.py | 1 | ||||
-rw-r--r-- | Lib/shlex.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/netrc.py b/Lib/netrc.py index 7c1de26..e81f0e7 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 173edde..5b6a0ca 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 |