7maVPUd1PYne3LwrVNT1PS changeset

Changeset653133306461 (b)
Parent323837313738 (a)
ab
33'''
44
55import wx
...
6-import math
6+
...
77
88class MyFrame(wx.Frame):
99    def __init__(self, parent, id, title):
...
1
2
3
4
5
6
7
8
9
10
11
--- Revision 323837313738
+++ Revision 653133306461
@@ -4,7 +4,7 @@
'''
import wx
-import math
+
class MyFrame(wx.Frame):
def __init__(self, parent, id, title):