# HG changeset patch # User KarstenBock@gmx.net # Date 1316619450 -7200 # Node ID c045f97b7dbcd802744b9f6a6b5adaf2894a3168 # Parent c4c940fcbc8323f2c4532b0705f9ddf60b813a4b Renamed container to wearer in the equipable component. diff -r c4c940fcbc83 -r c045f97b7dbc src/parpg/components/equipable.py --- a/src/parpg/components/equipable.py Wed Sep 21 17:32:36 2011 +0200 +++ b/src/parpg/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