Commit d73edf25 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed another missed ConfigParser import rename.

parent 56a4596b
...@@ -8,7 +8,7 @@ Implements the Distutils 'register' command (register with the repository). ...@@ -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 *
......
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