Remove the old repr stub.

This commit is contained in:
Brett Cannon 2008-05-23 05:05:20 +00:00
parent 2ee0e8eaec
commit 2d593cc679
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
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