paca-project

Results 2 issues of paca-project

Test failure in test_character.py: Mismatching achievement dates? File "test_character.py", line 104, in test_achievements self.assertEqual(character.achievements[513], datetime.datetime(2011, 1, 25, 12, 22, 8)) AssertionError: datetime.datetime(2011, 1, 25, 15, 22, 8) != datetime.datetime(2011, 1,...

"namedtuple" is a Python 2.6 feature not present in 2.5. The Google App Engine environment requires Python 2.5. File "test/battlenet/things.py", line 529, in **init** Tree = collections.namedtuple('Tree', ('points', 'total',)) AttributeError:...