mirror of
https://github.com/python/cpython.git
synced 2025-08-29 21:25:01 +00:00
Move UserList to collections.
This commit is contained in:
parent
4513ef8b7a
commit
53dbe39b46
14 changed files with 133 additions and 143 deletions
|
@ -1,6 +1,6 @@
|
|||
# Check every path through every method of UserList
|
||||
|
||||
from UserList import UserList
|
||||
from collections import UserList
|
||||
import unittest
|
||||
from test import test_support, list_tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue