beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix DropTarget() methods that must return a bool with wxPython4.
wxPython4
2022-11-04, Edouard Tisserant
0e41dbe6ddcd
IDE: Fix DropTarget() methods that must return a bool with wxPython4.
# -*- 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")