summaryrefslogtreecommitdiff
path: root/Lib/UserList.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/UserList.py')
-rw-r--r--Lib/UserList.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/UserList.py b/Lib/UserList.py
index 17f45c8c66..556a3273a8 100644
--- a/Lib/UserList.py
+++ b/Lib/UserList.py
@@ -85,5 +85,3 @@ class UserList(collections.MutableSequence):
self.data.extend(other.data)
else:
self.data.extend(other)
-
-collections.MutableSequence.register(UserList)