diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-23 05:03:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-23 05:03:59 (GMT) |
commit | 2ee0e8eaec7f6e87664c2c9297633623cbd28868 (patch) | |
tree | cf9b7d1f858bcaf09e4b10769cfe2359283a3ab9 /Lib/pdb.py | |
parent | 778d5cc4fb938a37383373ff27457831bc6aea63 (diff) | |
download | cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.zip cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.tar.gz cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.tar.bz2 |
Revert the renaming of repr to reprlib.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import sys import linecache import cmd import bdb -from reprlib import Repr +from repr import Repr import os import re import pprint |