diff src/parpg/components/base.py @ 127:90b49fda0340

saveable_fields property of components is now a List.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 16:27:36 +0200
parents 3564a46544bc
children
line wrap: on
line diff
--- a/src/parpg/components/base.py	Tue Sep 27 16:05:07 2011 +0200
+++ b/src/parpg/components/base.py	Tue Sep 27 16:27:36 2011 +0200
@@ -18,4 +18,4 @@
     
     @property
     def saveable_fields(self):
-        return self.fields
\ No newline at end of file
+        return self.fields.keys()
\ No newline at end of file