summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-02-21 18:20:51 +0100
committerM0Rf302022-02-21 18:20:51 +0100
commitf02d515b4de59009cdc3ba99dd7ae8eae09626b2 (patch)
tree82724d6cf0f6b5f106d9abd20bd96d8a6c1cf65e
parenteba8d2e5b1c7af85c03763df1ed0965d9ae106b7 (diff)
downloadaur-f02d515b4de59009cdc3ba99dd7ae8eae09626b2.tar.gz
idjc: 0.9.3
-rw-r--r--python3.10.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/python3.10.patch b/python3.10.patch
deleted file mode 100644
index 88b833b6ede4..000000000000
--- a/python3.10.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/python/midicontrols.py
-+++ b/python/midicontrols.py
-@@ -20,9 +20,9 @@
- import re
- import os.path
- import time
--import collections
- import gettext
- import functools
-+from collections.abc import MutableSet
-
- import gi
- from gi.repository import GObject
-@@ -496,7 +496,7 @@
- # Controls ___________________________________________________________________
-
-
--class RepeatCache(collections.MutableSet):
-+class RepeatCache(MutableSet):
- """A smart keyboard repeat cache -- implements time to live.
-
- Downstrokes are logged along with the time. Additional downstrokes
-@@ -2173,7 +2173,7 @@
- it = Gtk.TreeIter()
- self.set_user_data(it, user_data)
- return it
--
-+
- def do_get_flags(self):
- return Gtk.TreeModelFlags.LIST_ONLY | Gtk.TreeModelFlags.ITERS_PERSIST