mirror of
https://github.com/python/cpython.git
synced 2025-08-26 19:55:24 +00:00
Move UserList to collections.
This commit is contained in:
parent
4513ef8b7a
commit
53dbe39b46
14 changed files with 133 additions and 143 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue