projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ignore samples workspace files
[wxWidgets.git]
/
wxPython
/
demo
/
TablePrint.py
diff --git
a/wxPython/demo/TablePrint.py
b/wxPython/demo/TablePrint.py
index f1fa250130a88ed26025495022e5ebbeb801248e..c2c5255b5d4ef8d28ae4bcf063ec4d727523f015 100644
(file)
--- a/
wxPython/demo/TablePrint.py
+++ b/
wxPython/demo/TablePrint.py
@@
-41,7
+41,6
@@
class TablePanel(wxPanel):
def ReadData(self):
test_file = "TestTable.txt"
- print "**** ", os.getcwd()
file = open(test_file,'r',1)
i = 0