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 ".../fn43889/2007-03-14 18:58:51/user.py", line 4, in countries if cityzcountry.hazkey(i): AttributeError: 'dict' object has no attribute 'hazkey' ====================================================================== 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 ".../fn43889/2007-03-14 18:58:51/user.py", line 4, in countries if cityzcountry.hazkey(i): AttributeError: 'dict' object has no attribute 'hazkey' ====================================================================== 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 ".../fn43889/2007-03-14 18:58:51/user.py", line 4, in countries if cityzcountry.hazkey(i): AttributeError: 'dict' object has no attribute 'hazkey' ---------------------------------------------------------------------- Ran 3 tests in 0.001s FAILED (errors=3)