Commit c926aa0b authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed another missed ConfigParser import rename.

parent 7af87d55
......@@ -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 *
......
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