On Sun, 10 Apr 2005 19:07:23 -0300, Gonzalo Sainz-Tr�paga (GomoX) <[EMAIL PROTECTED]> wrote:
> def get_vars():
> d = {}
> for each in self.fs.list:
> self.d[x.name] = x.value
> return d
>
... and didn't you mean
def get_vars(self):
?
--
http://mail.python.org/mailman/listinfo/python-list
