Changed references to the reprlib module to use its new name.

This commit is contained in:
Alexandre Vassalotti 2008-05-16 06:58:49 +00:00
parent 95d97c7390
commit 50a1acb2ab
12 changed files with 28 additions and 29 deletions

View file

@ -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