mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fixed another missed ConfigParser import rename.
This commit is contained in:
parent
f99fc8a761
commit
2402e93c41
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Implements the Distutils 'register' command (register with the repository).
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import os, string, urllib2, getpass, urlparse
|
import os, string, urllib2, getpass, urlparse
|
||||||
import io, ConfigParser
|
import io, configparser
|
||||||
|
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.errors import *
|
from distutils.errors import *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue