X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fe40bac2443a81d05c4803942731a77de0880d..65191ae8f2f5f19e6e042b8eb596ff3b0776dba0:/wxPython/demo/TablePrint.py diff --git a/wxPython/demo/TablePrint.py b/wxPython/demo/TablePrint.py index f1fa250130..c2c5255b5d 100644 --- a/wxPython/demo/TablePrint.py +++ b/wxPython/demo/TablePrint.py @@ -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