mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Move UserList to collections.
This commit is contained in:
parent
4513ef8b7a
commit
53dbe39b46
14 changed files with 133 additions and 143 deletions
|
@ -4,7 +4,7 @@ Common tests shared by test_str, test_unicode, test_userstring and test_string.
|
|||
|
||||
import unittest, string, sys, struct
|
||||
from test import test_support
|
||||
from UserList import UserList
|
||||
from collections import UserList
|
||||
|
||||
class Sequence:
|
||||
def __init__(self, seq='wxyz'): self.seq = seq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue