projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added support for current version of "emxomf".
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
document.py
diff --git
a/wxPython/wx/py/document.py
b/wxPython/wx/py/document.py
index 7bba48cb5405c1084b377a6e3602d275a883ff7f..ab00ca049065f5d8ccf0476ee783c8832958890c 100644
(file)
--- a/
wxPython/wx/py/document.py
+++ b/
wxPython/wx/py/document.py
@@
-6,12
+6,6
@@
__revision__ = "$Revision$"[11:-2]
import os
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class Document:
"""Document class."""