Rename file so pytest doesn't think it's a test.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user