Joshua Kugler <[EMAIL PROTECTED]> writes:

>             self.me = []
>             self.me = {}

Use "object.__setattr__(self, 'me') = []" and likewise for {}.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to