]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/TablePrint.py
Refactored Python shadows to use wxControlWithItems where appropriate.
[wxWidgets.git] / wxPython / demo / TablePrint.py
index f1fa250130a88ed26025495022e5ebbeb801248e..c2c5255b5d4ef8d28ae4bcf063ec4d727523f015 100644 (file)
@@ -41,7 +41,6 @@ class TablePanel(wxPanel):
 
     def ReadData(self):
         test_file = "TestTable.txt"
-        print "**** ", os.getcwd()
         file = open(test_file,'r',1)
         i = 0