blob: daa21547a8f7efd0a43d46549d43b2d6e9fe9f1b [file] [log] [blame]
Alexandre Vassalotti95d97c72008-05-16 06:37:57 +00001from warnings import warnpy3k
2warnpy3k("The repr module has been renamed to 'reprlib' in Python 3.0",
3 stacklevel=2)
4
5from sys import modules
6import reprlib
7modules[__name__] = repr