summarylogtreecommitdiffstats
path: root/fix_MutableSet.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_MutableSet.patch')
-rw-r--r--fix_MutableSet.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix_MutableSet.patch b/fix_MutableSet.patch
deleted file mode 100644
index dcd1043ded9a..000000000000
--- a/fix_MutableSet.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- blink-git/blink/chatwindow.py.orig 2021-12-20 11:46:36.793749556 +0000
-+++ blink-git/blink/chatwindow.py 2021-12-20 11:47:01.243794043 +0000
-@@ -18,7 +18,8 @@
- from application.python.descriptor import WriteOnceAttribute
- from application.python.types import MarkerType
- from application.system import makedirs
--from collections import MutableSet, deque
-+from collections.abc import MutableSet
-+from collections import deque
- from datetime import datetime, timedelta
- from itertools import count
- from lxml import etree, html