mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
Changed references to the reprlib module to use its new name.
This commit is contained in:
parent
95d97c7390
commit
50a1acb2ab
12 changed files with 28 additions and 29 deletions
|
@ -53,7 +53,7 @@ Richard Chamberlain, for the first implementation of textdoc.
|
|||
# path will be displayed.
|
||||
|
||||
import sys, imp, os, re, types, inspect, __builtin__, pkgutil
|
||||
from repr import Repr
|
||||
from reprlib import Repr
|
||||
from string import expandtabs, find, join, lower, split, strip, rfind, rstrip
|
||||
try:
|
||||
from collections import deque
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue