dialogs/IDMergeDialog.py
branchpython3
changeset 3750 f62625418bff
parent 3303 0ffb41625592
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 
     3 
     4 # See COPYING file for copyrights details.
     4 # See COPYING file for copyrights details.
     5 
     5 
     6 from __future__ import absolute_import
     6 
     7 import wx
     7 import wx
     8 
     8 
     9 
     9 
    10 # class RichMessageDialog is still not available in wxPython 3.0.2
    10 # class RichMessageDialog is still not available in wxPython 3.0.2
    11 class IDMergeDialog(wx.Dialog):
    11 class IDMergeDialog(wx.Dialog):