Skip to content

Commit 4a986ff

Browse files
committed
Update easy_abc.py
1 parent b126576 commit 4a986ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easy_abc.py

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def unicode(s):
134134
##from midi_processing import humanize_midi
135135
if sys.version_info >= (3,0,0):
136136
from queue import Queue # 1.3.6.2 [JWdJ] 2015-02
137-
Empty = Queue.Empty
138137
else:
139138
from Queue import Queue # 1.3.6.2 [JWdJ] 2015-02
140139

0 commit comments

Comments
 (0)