beremiz

More VAR_GLOBAL related tests in tests/python

2013-04-04, Edouard Tisserant
d54ca1ec9090
More VAR_GLOBAL related tests in tests/python
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)