Mercurial > parpg-source
diff components/__init__.py @ 63:e5acfeca9bc9
Added equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 15:25:32 +0200 |
parents | e2004c9549d7 |
children | e856b604b650 |
line wrap: on
line diff
--- a/components/__init__.py Wed Sep 21 15:05:12 2011 +0200 +++ b/components/__init__.py Wed Sep 21 15:25:32 2011 +0200 @@ -7,4 +7,5 @@ from fifeagent import FifeAgent from lockable import Lockable from usable import Usable -from change_map import ChangeMap \ No newline at end of file +from change_map import ChangeMap +from equipable import Equipable \ No newline at end of file