test using number 1
This commit is contained in:
parent
4eb9ba5bab
commit
118bd9b6de
2
test.py
2
test.py
|
@ -104,7 +104,7 @@ if __name__ == '__main__':
|
||||||
if sys.platform.startswith('win'):
|
if sys.platform.startswith('win'):
|
||||||
# On Windows calling this function is necessary.
|
# On Windows calling this function is necessary.
|
||||||
freeze_support()
|
freeze_support()
|
||||||
global t1
|
#global t1
|
||||||
app = wx.App(useBestVisual=True)
|
app = wx.App(useBestVisual=True)
|
||||||
frame = Frame(None)
|
frame = Frame(None)
|
||||||
app.SetTopWindow(frame)
|
app.SetTopWindow(frame)
|
||||||
|
|
Loading…
Reference in New Issue