Changed references to the reprlib module to use its new name.
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 8616202..3ed7a2f 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -8,7 +8,7 @@
 import linecache
 import cmd
 import bdb
-from repr import Repr
+from reprlib import Repr
 import os
 import re
 import pprint