Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0bb0299ad8c538eb6d24644b8305c45c110d6c4f
/
.
/
Lib
/
lib-old
/
ConfigParser.py
blob: b686cc49032baec3b832341f5942c7f8aea2474f [
file
] [
log
] [
blame
]
import
sys
from
warnings
import
warnpy3k
warnpy3k
(
"the ConfigParser module has been renamed "
"to 'configparser' in Python 3.0"
,
stacklevel
=
2
)
import
configparser
sys
.
modules
[
__name__
]
=
configparser