]> granicus.if.org Git - python/commitdiff
Use lowercase version of module name
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 15 May 2008 20:06:51 +0000 (20:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 15 May 2008 20:06:51 +0000 (20:06 +0000)
Lib/distutils/config.py

index cf547698a90f231a95447e419f4d4aaba1afb6ff..e9ba40260cafda26526798f0fa8ce5a7ee0e31d1 100644 (file)
@@ -5,7 +5,7 @@ that uses .pypirc in the distutils.command package.
 """
 import os
 import sys
-from ConfigParser import ConfigParser
+from configparser import ConfigParser
 
 from distutils.core import Command