X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fe40bac2443a81d05c4803942731a77de0880d..5c0282d5044a11a785eb5ffe2af167221a65b8d4:/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