ScriptedInfo|Default Style: Use a 'self' variable consistently
Embedded scripts in a ScriptedInfo document would use the special '__this__' variable to refer to the current object. This was changed to 'self' to be consistent with the new class mechanism.
ScriptedInfo|Default Style: Use a 'self' variable consistently
Embedded scripts in a ScriptedInfo document would use the special
'__this__' variable to refer to the current object. This was changed
to 'self' to be consistent with the new class mechanism.