Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8940ecd39d2ae53b8bfe1a0124eb4788ab506306
/
.
/
Lib
/
plat-mac
/
PixMapWrapper.py
blob: a89536b758ab00976f0058e24b408168322fca83 [
file
] [
log
] [
blame
]
import
sys
from
warnings
import
warnpy3k
warnpy3k
(
"the PixMapWrapper module has been renamed "
"to 'pixmapwrapper' in Python 3.0"
,
stacklevel
=
2
)
import
pixmapwrapper
sys
.
modules
[
__name__
]
=
pixmapwrapper