| 
    MueLu
    Version of the Day
    
   | 
 
Functions | |
| def | getstatusoutput | 
| def | deleteDir | 
| def | createDir | 
| def | runCommand | 
| def | main | 
| MAIN routine.  More... | |
| def escapeXMLfile.getstatusoutput | ( | cmd | ) | 
Return (status, output) of executing cmd in a shell.
Definition at line 8 of file escapeXMLfile.py.
| def escapeXMLfile.deleteDir | ( | path | ) | 
deletes the path entirely
Definition at line 18 of file escapeXMLfile.py.
| def escapeXMLfile.createDir | ( | path | ) | 
deletes the path entirely
Definition at line 25 of file escapeXMLfile.py.
| def escapeXMLfile.runCommand | ( | cmd | ) | 
deletes the path entirely
Definition at line 32 of file escapeXMLfile.py.
| def escapeXMLfile.main | ( | argv = None | ) | 
MAIN routine.
Definition at line 41 of file escapeXMLfile.py.