minor fixes

This commit is contained in:
Tim Bentley 2013-04-23 20:17:25 +01:00
parent 11112e7712
commit 0ef65fb8d2
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ class TestMediaItem(TestCase):
try:
os.unlink(self.ini_file)
os.unlink(Settings().fileName())
except:
except Exception:
pass
def build_song_footer_one_author_test(self):