Script to patch pyXML to correct a bug.
progName |
pyxmlModDir |
None |
initGlobals | Sets the values of globals that need more than a simple assignment. |
isPatched | Function to check, if pyXML is already patched. |
main | The main function of the script. |
patchPyXML | The patch function. |
usage | Display a usage message and exit. |
Sets the values of globals that need more than a simple assignment.
Function to check, if pyXML is already patched.
The main function of the script.
argv is the list of command line arguments.
The patch function.
Display a usage message and exit.
rcode is the return code passed back to the calling process.