Rename file so pytest doesn't think it's a test.

This commit is contained in:
Ebag333
2017-02-26 08:55:29 -08:00
parent 3383153b66
commit 4e9d2a5e18

View File

@@ -7,7 +7,7 @@ import sys
class MyForm(wx.Frame):
# ----------------------------------------------------------------------
def __init__(self):
wx.Frame.__init__(self, None, wx.ID_ANY, "Tutorial", size=(500, 500))
wx.Frame.__init__(self, None, wx.ID_ANY, "CTRL-O to open, CTRL-S to save", size=(500, 500))
# Add a panel so it looks the correct on all platforms
panel = wx.Panel(self, wx.ID_ANY)