diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-08-04 17:22:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-08-04 17:22:59 (GMT) |
commit | 09776b7afdc9a921669f26249dc5bce6f2558485 (patch) | |
tree | 6ebfd0a74abac601ce40585eb1401f44f811c4ed /Lib/inspect.py | |
parent | c8389c91c2c3f53c0b833b2a1ab283775515075b (diff) | |
download | cpython-09776b7afdc9a921669f26249dc5bce6f2558485.zip cpython-09776b7afdc9a921669f26249dc5bce6f2558485.tar.gz cpython-09776b7afdc9a921669f26249dc5bce6f2558485.tar.bz2 |
Add encoding declaration.
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r-- | Lib/inspect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index fdbe16a..be2da41 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 |