diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
commit | 02d893cfae830d4ef997095dc6e2786f8b63d2e3 (patch) | |
tree | bcb706b8d3ac39d891f270307d50b0f0f49c0990 /Lib/ConfigParser.py | |
parent | d429ab6df9813cc641d5893eab7d8d5700e7f968 (diff) | |
download | cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.zip cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.gz cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.bz2 |
Patch #444359: Remove unused imports.
Diffstat (limited to 'Lib/ConfigParser.py')
-rw-r--r-- | Lib/ConfigParser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ConfigParser.py b/Lib/ConfigParser.py index 5eae972..699803d 100644 --- a/Lib/ConfigParser.py +++ b/Lib/ConfigParser.py @@ -85,7 +85,6 @@ ConfigParser -- responsible for for parsing a list of write the configuration state in .ini format """ -import sys import string import re |