summaryrefslogtreecommitdiff
path: root/Lib/lib-old/repr.py
blob: daa21547a8f7efd0a43d46549d43b2d6e9fe9f1b (plain)
1
2
3
4
5
6
7
from warnings import warnpy3k
warnpy3k("The repr module has been renamed to 'reprlib' in Python 3.0",
         stacklevel=2)

from sys import modules
import reprlib
modules[__name__] = repr