blob: a89536b758ab00976f0058e24b408168322fca83 [file] [log] [blame]
Alexandre Vassalotti8940ecd2008-05-11 20:30:43 +00001import sys
2from warnings import warnpy3k
Jack Jansen0d3be0a1999-04-13 11:45:46 +00003
Alexandre Vassalotti8940ecd2008-05-11 20:30:43 +00004warnpy3k("the PixMapWrapper module has been renamed "
5 "to 'pixmapwrapper' in Python 3.0", stacklevel=2)
Jack Jansen0d3be0a1999-04-13 11:45:46 +00006
Alexandre Vassalotti8940ecd2008-05-11 20:30:43 +00007import pixmapwrapper
8sys.modules[__name__] = pixmapwrapper