diff options
Diffstat (limited to 'Lib/getopt.py')
-rw-r--r-- | Lib/getopt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/getopt.py b/Lib/getopt.py index ac77126..980861d 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in |