Commit 1ea453fe authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use lowercase version of module name

parent 04c09e98
...@@ -5,7 +5,7 @@ that uses .pypirc in the distutils.command package. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment