diff options
Diffstat (limited to 'Lib/UserList.py')
| -rw-r--r-- | Lib/UserList.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/UserList.py b/Lib/UserList.py index 348ea76..7617a08 100644 --- a/Lib/UserList.py +++ b/Lib/UserList.py @@ -71,5 +71,3 @@ class UserList(collections.MutableSequence): self.data.extend(other.data) else: self.data.extend(other) - -collections.MutableSequence.register(UserList) |
