EE... ====================================================================== ERROR: test_empties (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 41, in test_empties self.assertNoOrder([], songs_by_band('My Jolly Band')) File ".../fn61049/2008-03-26 04:59:22/user.py", line 71, in songs_by_band return songlist UnboundLocalError: local variable 'songlist' referenced before assignment ====================================================================== ERROR: test_globals (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 73, in test_globals self.assertNoOrder([], local_songs_by_band('Soundgarden')) File ".../fn61049/2008-03-26 04:59:22/user.py", line 71, in songs_by_band return songlist UnboundLocalError: local variable 'songlist' referenced before assignment ---------------------------------------------------------------------- Ran 5 tests in 0.002s FAILED (errors=2)