summaryrefslogtreecommitdiff
path: root/Lib/shlex.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-09 14:49:04 +0000
committerGuido van Rossum <guido@python.org>1999-04-09 14:49:04 +0000
commit6a86f66ad785daf738dc70e7b1a479515a0beee0 (patch)
tree0b82dbd4156f85c65140969c23c0ae9d6cb274c6 /Lib/shlex.py
parent6ddbfb9ff25e875caa05300db5d66388f02f75ab (diff)
downloadcpython-git-6a86f66ad785daf738dc70e7b1a479515a0beee0.tar.gz
Get rid of #! line
Diffstat (limited to 'Lib/shlex.py')
-rw-r--r--Lib/shlex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/shlex.py b/Lib/shlex.py
index 173edde399..5b6a0ca27e 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