diff options
Diffstat (limited to 'Lib/shlex.py')
-rw-r--r-- | Lib/shlex.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |