deprecation
This commit is contained in:
@@ -3,9 +3,9 @@ import wx
|
|||||||
from gui.bitmap_loader import BitmapLoader
|
from gui.bitmap_loader import BitmapLoader
|
||||||
|
|
||||||
|
|
||||||
class BaseValidator(wx.PyValidator):
|
class BaseValidator(wx.Validator):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
wx.PyValidator.__init__(self)
|
wx.Validator.__init__(self)
|
||||||
|
|
||||||
def Validate(self, win):
|
def Validate(self, win):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|||||||
Reference in New Issue
Block a user