Skip to content

Commit

Permalink
v7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
llinkz committed Jun 15, 2023
1 parent 7067bb8 commit d0769e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kiwiwavreader_patch.diff
@@ -0,0 +1,11 @@
--- wavreader.py 2023-05-03 23:23:46.634226575 +0200
+++ wavreader.py 2023-05-03 23:24:46.541523946 +0200
@@ -8,7 +8,7 @@
class KiwiIQWavError(Exception):
pass

-class KiwiIQWavReader(collections.Iterator):
+class KiwiIQWavReader(collections.abc.Iterator):
def __init__(self, f):
super(KiwiIQWavReader, self).__init__()
self._frame_counter = 0

0 comments on commit d0769e9

Please sign in to comment.