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