EEE ====================================================================== ERROR: test_1_sample (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 13, in test_1_sample hers = self.user.countries(c2c, visited) File ".../fn43791/2007-03-12 19:20:15/user.py", line 12, in countries if city2country[key] not in result: NameError: global name 'result' is not defined ====================================================================== ERROR: test_2_empty_noset (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 20, in test_2_empty_noset hers = self.user.countries(c2c, visited) File ".../fn43791/2007-03-12 19:20:15/user.py", line 14, in countries return result NameError: global name 'result' is not defined ====================================================================== ERROR: test_3_trivial (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 27, in test_3_trivial hers = self.user.countries(c2c, visited) File ".../fn43791/2007-03-12 19:20:15/user.py", line 12, in countries if city2country[key] not in result: NameError: global name 'result' is not defined ---------------------------------------------------------------------- Ran 3 tests in 0.001s FAILED (errors=3)