commit | e00aeccf2e545313061720062354797e102d859e | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu May 15 20:06:51 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu May 15 20:06:51 2008 +0000 |
tree | 4b912be442de93756e72f6abf18fb8f57309f5c5 | |
parent | c91210c06b6ba5126879b34692ef6291252f68ad [diff] [blame] |
Use lowercase version of module name
diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index cf54769..e9ba402 100644 --- a/Lib/distutils/config.py +++ b/Lib/distutils/config.py
@@ -5,7 +5,7 @@ """ import os import sys -from ConfigParser import ConfigParser +from configparser import ConfigParser from distutils.core import Command