dialogs/AboutDialog.py
changeset 1850 614396cbffbf
parent 1782 5b6ad7a7fd9d
child 1881 091005ec69c4
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    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 import os
    33 import os
    34 import sys
       
    35 import time
       
    36 import wx
    34 import wx
    37 from wx.lib.agw.hyperlink import HyperLinkCtrl
    35 from wx.lib.agw.hyperlink import HyperLinkCtrl
    38 
    36 
    39 
    37 
    40 class AboutDialog(wx.Dialog):
    38 class AboutDialog(wx.Dialog):