1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Removed duplicated code

This commit is contained in:
Ross Wilson
2015-06-10 16:56:16 +07:00
parent 3f1970aa9b
commit ab4a346e84

View File

@@ -833,18 +833,6 @@ class MyFrame(wx.Frame):
self.led_ac.set_value(count)
# test it ...
app = wx.PySimpleApp()
frame1 = MyFrame(title='pymlac 0.1')
frame1.Center()
frame1.Show()
app.MainLoop()
# test it ...
app = wx.PySimpleApp()
frame1 = MyFrame(title='pymlac 0.1')