summaryrefslogtreecommitdiff
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 06:58:49 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 06:58:49 +0000
commit5bac97e9c1e0414ceb972c101fee2ddf29cbcd67 (patch)
treed8124c1c7e73cc3cf12d5b7fe7d104997a42affa /Lib/pdb.py
parent31dc336eb59683a0674f139eee35820275e4402f (diff)
downloadcpython-5bac97e9c1e0414ceb972c101fee2ddf29cbcd67.tar.gz
Changed references to the reprlib module to use its new name.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 86162025f8..3ed7a2f140 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -8,7 +8,7 @@ import sys
import linecache
import cmd
import bdb
-from repr import Repr
+from reprlib import Repr
import os
import re
import pprint