From 09776b7afdc9a921669f26249dc5bce6f2558485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 4 Aug 2002 17:22:59 +0000 Subject: [PATCH] Add encoding declaration. --- Lib/getopt.py | 1 + Lib/inspect.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Lib/getopt.py b/Lib/getopt.py index 1b835a5a2ce9a4..4285cbb284bb79 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 diff --git a/Lib/inspect.py b/Lib/inspect.py index fdbe16a827edd6..be2da41559c1ca 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- """Get useful information from live Python objects. This module encapsulates the interface provided by the internal special