diff components/equip.py @ 97:f94d4577ca5e

saveable_fields property of components is now a List.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 16:27:36 +0200
parents 5ab004fa4a2e
children f2ef124128db
line wrap: on
line diff
--- a/components/equip.py	Tue Sep 27 16:05:07 2011 +0200
+++ b/components/equip.py	Tue Sep 27 16:27:36 2011 +0200
@@ -23,7 +23,7 @@
 
     @property
     def saveable_fields(self):
-        return {}
+        return []
 
 class SlotInvalidError(Exception):
     """Error that gets raised when the slot is invalid."""