- fixed the issue with toggling visibility for Excellon objects
- fixed some issue when using Python 3.10
This commit is contained in:
@@ -88,7 +88,7 @@ class LoudDict(dict):
|
||||
self.callback = callback
|
||||
|
||||
|
||||
class LoudUniqueList(list, collections.MutableSequence):
|
||||
class LoudUniqueList(list, collections.abc.MutableSequence):
|
||||
"""
|
||||
A List with a callback for item changes, callback which returns the index where the items are added/modified.
|
||||
A List that will allow adding only items that are not in the list.
|
||||
|
||||
Reference in New Issue
Block a user