commit | 3b46fcfb389af7e62e1e5ffdfde2880d6d99b2c6 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Thu May 15 20:30:56 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Thu May 15 20:30:56 2008 +0000 |
tree | 40b6cf5af1ef45247242e42a3a52ce4449391de4 | |
parent | a5c3878b32bc006c6796fbdbabf7b210cc0cab86 [diff] [blame] |
Revert r63323: Use lowercase version of module name. The distutils module should continue to use the old ConfigParser name, for backward-compatibility.
diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index edba47f..f1117be 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.cmd import Command