From 53dbe39b46ef42aeef12c6f46f8575a794e20440 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 12 Feb 2008 20:03:09 +0000 Subject: Move UserList to collections. --- Lib/test/test_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_file.py') diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index 5da2da9c0e2..5102de3e44d 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py @@ -5,7 +5,7 @@ from array import array from weakref import proxy from test.test_support import TESTFN, findfile, run_unittest -from UserList import UserList +from collections import UserList class AutoFileTests(unittest.TestCase): # file tests for which a test file is automatically set up -- cgit v1.2.3