projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git]
/
wxPython
/
docs
/
bin
/
simplify.py
diff --git
a/wxPython/docs/bin/simplify.py
b/wxPython/docs/bin/simplify.py
index 882717097efbceab6289eeb057414cb009aa41ef..4e58799509b41e143c8b9b59ade974546bc5752b 100755
(executable)
--- a/
wxPython/docs/bin/simplify.py
+++ b/
wxPython/docs/bin/simplify.py
@@
-66,7
+66,7
@@
def processModule(newDocNode, modulename):
# make a module element
name = getAttr(topNode, "module")
- assert name == modulename # sanity check
+
##
assert name == modulename # sanity check
moduleNode = libxml2.newNode("module")
moduleNode.setProp("name", name)