editors/LDViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import time
       
    26 from types import *
    25 from types import *
    27 
    26 
    28 import wx
    27 import wx
    29 
    28 
    30 from Viewer import *
    29 from Viewer import *