Alexandre Vassalotti | 8940ecd | 2008-05-11 20:30:43 +0000 | [diff] [blame] | 1 | import sys |
| 2 | from warnings import warnpy3k |
Jack Jansen | 0d3be0a | 1999-04-13 11:45:46 +0000 | [diff] [blame] | 3 | |
Alexandre Vassalotti | 8940ecd | 2008-05-11 20:30:43 +0000 | [diff] [blame] | 4 | warnpy3k("the PixMapWrapper module has been renamed " |
| 5 | "to 'pixmapwrapper' in Python 3.0", stacklevel=2) |
Jack Jansen | 0d3be0a | 1999-04-13 11:45:46 +0000 | [diff] [blame] | 6 | |
Alexandre Vassalotti | 8940ecd | 2008-05-11 20:30:43 +0000 | [diff] [blame] | 7 | import pixmapwrapper |
| 8 | sys.modules[__name__] = pixmapwrapper |