There are some very minor things that should be fixed. I only noticed it when investigating the failed tests for one of my PRs - I should have been thoroughly looking at the tests in advance, I guess.
So, here the problems:
A. pyflakes-test fails (example: https://travis-ci.org/Mindwerks/worldengine/jobs/87939096 )
Cause: left-over variable from #152
Fix: trivial
B. manifest-test fails (example: https://travis-ci.org/Mindwerks/worldengine/jobs/87939098 )
Cause: ??? (something related to #147 )
Fix: ??? (probably trivial)
Could somebody just fix these two to get at least some of the optional tests back up? I could fix the first one myself, but it's probably easier to just fix both at once.