diff options
Diffstat (limited to 'Lib/netrc.py')
-rw-r--r-- | Lib/netrc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/netrc.py b/Lib/netrc.py index 7c1de2697e0..e81f0e7178b 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 |