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