Use lowercase version of module name

This commit is contained in:
Andrew M. Kuchling 2008-05-15 20:06:51 +00:00
parent c91210c06b
commit e00aeccf2e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ that uses .pypirc in the distutils.command package.
""" """
import os import os
import sys import sys
from ConfigParser import ConfigParser from configparser import ConfigParser
from distutils.core import Command from distutils.core import Command