| 38 | return re.sub('\n','\r\n',text) |
| 39 | |
| 40 | class AXScriptCodeBlock(framework.AXScriptCodeBlock): |
| 41 | def GetDisplayName(self): |
| 42 | return "PyScript - " + framework.AXScriptCodeBlock.GetDisplayName(self) |
| 43 | |
| 44 | # There is only ever _one_ ax object - it exists in the global namespace |
| 45 | # for all script items. |
no outgoing calls
no test coverage detected