Revert the renaming of repr to reprlib.

This commit is contained in:
Brett Cannon 2008-05-23 05:03:59 +00:00
parent 778d5cc4fb
commit 2ee0e8eaec
16 changed files with 33 additions and 39 deletions

View file

@ -53,7 +53,7 @@ class or function within a module or module in a package. If the
# path will be displayed.
import sys, imp, os, re, types, inspect, __builtin__, pkgutil
from reprlib import Repr
from repr import Repr
from string import expandtabs, find, join, lower, split, strip, rfind, rstrip
try:
from collections import deque