dialogs/MessageBoxOnce.py
branchpython3
changeset 3750 f62625418bff
parent 3573 1ee56fb544fc
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     5 # Copyright (C) 2022: Edouard TISSERANT
     5 # Copyright (C) 2022: Edouard TISSERANT
     6 #
     6 #
     7 # See COPYING file for copyrights details.
     7 # See COPYING file for copyrights details.
     8 
     8 
     9 
     9 
    10 from __future__ import absolute_import
    10 
    11 import wx
    11 import wx
    12 
    12 
    13 
    13 
    14 # class RichMessageDialog is still not available in wxPython 3.0.2
    14 # class RichMessageDialog is still not available in wxPython 3.0.2
    15 class  MessageBoxOnce(wx.Dialog):
    15 class  MessageBoxOnce(wx.Dialog):