projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1. removed wxObject::CopyObject() and Clone() - some objects just can't be
[wxWidgets.git]
/
wxPython
/
demo
/
TablePrint.py
diff --git
a/wxPython/demo/TablePrint.py
b/wxPython/demo/TablePrint.py
index c2c5255b5d4ef8d28ae4bcf063ec4d727523f015..7fa8e4eeb3c8d52aa27059058dec8cd35dc758e7 100644
(file)
--- 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