diff 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
line wrap: on
line diff
--- a/mamba/engine.py	Sun Sep 11 16:35:02 2011 +0200
+++ b/mamba/engine.py	Sun Sep 11 16:40:44 2011 +0200
@@ -81,4 +81,4 @@
 
     @classmethod
     def post(cls, habitat):
-        super(NewHabitatEvent, cls).post(habitat)
+        super(NewHabitatEvent, cls).post(habitat=habitat)