From ee8712cda46338d223509cc5751fd36509ad3860 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 20 May 2008 21:35:26 +0000 Subject: #2621 rename test.test_support to test.support --- Lib/test/test_reprlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_reprlib.py') diff --git a/Lib/test/test_reprlib.py b/Lib/test/test_reprlib.py index 442c0482c7..8bd0ccf911 100644 --- a/Lib/test/test_reprlib.py +++ b/Lib/test/test_reprlib.py @@ -8,7 +8,7 @@ import os import shutil import unittest -from test.test_support import run_unittest +from test.support import run_unittest from reprlib import repr as r # Don't shadow builtin repr from reprlib import Repr -- cgit v1.2.1