dialogs/AboutDialog.py
changeset 1881 091005ec69c4
parent 1850 614396cbffbf
child 3570 eb915a9fdcb0
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
    28 
    28 
    29 """
    29 """
    30 This module contains classes extended from wx.Dialog used by the GUI.
    30 This module contains classes extended from wx.Dialog used by the GUI.
    31 """
    31 """
    32 
    32 
       
    33 
       
    34 from __future__ import absolute_import
    33 import os
    35 import os
    34 import wx
    36 import wx
    35 from wx.lib.agw.hyperlink import HyperLinkCtrl
    37 from wx.lib.agw.hyperlink import HyperLinkCtrl
    36 
    38 
    37 
    39