summarylogtreecommitdiffstats
path: root/patch-share-support-ui-pygps-__init__.py
blob: ad10883175e2ff1a4f232b62542ea831cc78a5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- share/support/ui/pygps/__init__.py	2021-06-23 15:03:03.040414000 +1000
+++ share/support/ui/pygps/__init__.py-new	2021-07-22 02:06:52.486421000 +1000
@@ -24,7 +24,8 @@
 
 import GPS
 import sys
-from pynput.keyboard import Key, Controller
+#import pynput
+#from pynput.keyboard import Key, Controller
 
 global last_sent_event
 last_sent_event = None
@@ -127,7 +128,8 @@
         def __iter__(self):
             return self
 
-        def __next__(self):
+        # def __next__(self):
+        def next(self):
             # Never delete elements from self.to_traverse, otherwise pygobject
             # will call decref on it, and it is possible that the gtk+ widget
             # will be destroyed as a result
@@ -176,7 +178,8 @@
         def __iter__(self):
             return self
 
-        def __next__(self):
+        # def __next__(self):
+        def next(self):
             # Never delete elements from self.to_traverse, otherwise pygobject
             # will call decref on it, and it is possible that the gtk+ widget
             # will be destroyed as a result