Alexandre Vassalotti | 95d97c7 | 2008-05-16 06:37:57 +0000 | [diff] [blame] | 1 | from warnings import warnpy3k |
2 | warnpy3k("The repr module has been renamed to 'reprlib' in Python 3.0", | ||||
3 | stacklevel=2) | ||||
4 | |||||
5 | from sys import modules | ||||
6 | import reprlib | ||||
7 | modules[__name__] = repr |