Fixed another missed ConfigParser import rename.

This commit is contained in:
Alexandre Vassalotti 2008-05-15 20:13:54 +00:00
parent f99fc8a761
commit 2402e93c41

View 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 *