]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/TablePrint.py
Demo updates
[wxWidgets.git] / wxPython / demo / TablePrint.py
index c2c5255b5d4ef8d28ae4bcf063ec4d727523f015..7fa8e4eeb3c8d52aa27059058dec8cd35dc758e7 100644 (file)
@@ -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