beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when connecting and URI_location is empty
2013-04-09, Laurent Bessard
ec30c12b1d67
Fixed bug when connecting and URI_location is empty
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)