From 3420a36a789dad161248c97cd9dfeb7b3ea7f000 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 30 Sep 2013 20:43:19 -0700 Subject: [PATCH] fix ridiculous py26 syntax mismatch --- beets/util/bluelet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/util/bluelet.py b/beets/util/bluelet.py index a38d49cb9..9d9432f25 100644 --- a/beets/util/bluelet.py +++ b/beets/util/bluelet.py @@ -26,7 +26,7 @@ else: exec(""" def _reraise(typ, exc, tb): raise typ, exc, tb - """) +""") # Basic events used for thread scheduling.