comparison mamba/engine.py @ 62:40be38f4427c

Bug squashing.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 16:40:44 +0200
parents fc4b7db1d832
children fbb5cc655b47
comparison
equal deleted inserted replaced
61:fc4b7db1d832 62:40be38f4427c
79 79
80 TYPE = "NEW_HABITAT" 80 TYPE = "NEW_HABITAT"
81 81
82 @classmethod 82 @classmethod
83 def post(cls, habitat): 83 def post(cls, habitat):
84 super(NewHabitatEvent, cls).post(habitat) 84 super(NewHabitatEvent, cls).post(habitat=habitat)