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