From 2d593cc679534f11367b2dffcabb6e41ecc72ce8 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 23 May 2008 05:05:20 +0000 Subject: Remove the old repr stub. --- Lib/lib-old/repr.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Lib/lib-old/repr.py diff --git a/Lib/lib-old/repr.py b/Lib/lib-old/repr.py deleted file mode 100644 index daa2154..0000000 --- a/Lib/lib-old/repr.py +++ /dev/null @@ -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 -- cgit v0.12