X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fe40bac2443a81d05c4803942731a77de0880d..df43c1d68271acaae1da57a7ce0926b9b73a5214:/wxPython/demo/TablePrint.py diff --git a/wxPython/demo/TablePrint.py b/wxPython/demo/TablePrint.py index f1fa250130..7fa8e4eeb3 100644 --- a/wxPython/demo/TablePrint.py +++ b/wxPython/demo/TablePrint.py @@ -40,8 +40,7 @@ class TablePanel(wxPanel): eval(code) def ReadData(self): - test_file = "TestTable.txt" - print "**** ", os.getcwd() + test_file = "./data/TestTable.txt" file = open(test_file,'r',1) i = 0