]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/tests/test1.py
removed some unneeded bit of test code
[wxWidgets.git] / utils / wxPython / tests / test1.py
index 90e68ee2de0f3818ab60299a294fdc8cc323a3aa..a3d1c1e1b78779754d1f4644ef08b61b4ab03487 100644 (file)
 #----------------------------------------------------------------------------
 
 
-## import all of the wxPython GUI package
 from wxPython.wx import *
 
-
 #---------------------------------------------------------------------------
 
 ## Create a new frame class, derived from the wxPython Frame.
@@ -54,6 +52,7 @@ class MyFrame(wxFrame):
 
 #---------------------------------------------------------------------------
 
+
 # Every wxWindows application must have a class derived from wxApp
 class MyApp(wxApp):
 
@@ -78,6 +77,7 @@ app.MainLoop()     # Tell it to start processing events
 
 print 'done!'
 
+
 #----------------------------------------------------------------------------
-#
+