beremiz

Instrument IDE code to find code abusing wx.NewId.
wx.NewID_abuse_fix
2019-03-26, Edouard Tisserant
4b967831374f
Instrument IDE code to find code abusing wx.NewId.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")