mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
ConfigParser renaming reversal part 3: move module into place and adapt imports.
This commit is contained in:
parent
995ee9dab0
commit
392c6fc02d
14 changed files with 68 additions and 126 deletions
|
@ -21,7 +21,7 @@ import os
|
|||
import sys
|
||||
import string
|
||||
import macosxSupport
|
||||
from configparser import ConfigParser, NoOptionError, NoSectionError
|
||||
from ConfigParser import ConfigParser, NoOptionError, NoSectionError
|
||||
|
||||
class InvalidConfigType(Exception): pass
|
||||
class InvalidConfigSet(Exception): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue