Commit 2d593cc6 authored by Brett Cannon's avatar Brett Cannon

Remove the old repr stub.

parent 2ee0e8ea
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment