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

@ -218,7 +218,7 @@ class TestStdlibRenames(unittest.TestCase):
renames = {'Queue': 'queue',
'SocketServer': 'socketserver',
'ConfigParser': 'configparser',
'repr': 'reprlib'}
}
def check_rename(self, module_name, new_module_name):
"""Make sure that: