168a169,172
> def __setattr__(self, attr, value):
> raise AttributeError, \
> "Not allowed to set %s on '%s'" % (attr, type(self).__name__)
>