mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Use lowercase version of module name
This commit is contained in:
parent
c91210c06b
commit
e00aeccf2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue