]> granicus.if.org Git - python/commitdiff
Fixed another missed ConfigParser import rename.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 15 May 2008 20:13:54 +0000 (20:13 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 15 May 2008 20:13:54 +0000 (20:13 +0000)
Lib/distutils/command/register.py

index 40d9f20d1a12a7c5fd70a032fbe8876af139e8ab..b6a36f5bfed3b16d80578221de5f27edf8e4552d 100644 (file)
@@ -8,7 +8,7 @@ Implements the Distutils 'register' command (register with the repository).
 __revision__ = "$Id$"
 
 import os, string, urllib2, getpass, urlparse
-import io, ConfigParser
+import io, configparser
 
 from distutils.core import Command
 from distutils.errors import *