mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 20:24:36 +01:00
fix ridiculous py26 syntax mismatch
This commit is contained in:
parent
f660d6311c
commit
3420a36a78
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ else:
|
|||
exec("""
|
||||
def _reraise(typ, exc, tb):
|
||||
raise typ, exc, tb
|
||||
""")
|
||||
""")
|
||||
|
||||
|
||||
# Basic events used for thread scheduling.
|
||||
|
|
|
|||
Loading…
Reference in a new issue