# HG changeset patch # User KarstenBock@gmx.net # Date 1316619450 -7200 # Node ID 1b1ab906e76eec0c598e3c634edfc08ba14b9b6f # Parent c1959525efda619fefd0dadcdb571d7c70e79125 Renamed container to wearer in the equipable component. diff -r c1959525efda -r 1b1ab906e76e components/equipable.py --- a/components/equipable.py Wed Sep 21 17:32:36 2011 +0200 +++ b/components/equipable.py Wed Sep 21 17:37:30 2011 +0200 @@ -19,4 +19,4 @@ """ def __init__(self): - Component.__init__(self, possible_slots=list, container=object, in_slot=str) \ No newline at end of file + Component.__init__(self, possible_slots=list, wearer=object, in_slot=str) \ No newline at end of file