--- a/uninstall.py Sun Sep 29 15:54:10 2013 +0200 +++ b/uninstall.py Sun Sep 29 18:22:08 2013 +0200 @@ -38,7 +38,8 @@ def usage(rcode=2): - """Display a usage message and exit. + """ + Display a usage message and exit. rcode is the return code passed back to the calling process. """ @@ -54,7 +55,7 @@ def initGlobals(): """ - Sets the values of globals that need more than a simple assignment. + Set the values of globals that need more than a simple assignment. """ global pyModDir @@ -62,7 +63,8 @@ def wrapperName(dname, wfile): - """Create the platform specific name for the wrapper script. + """ + Create the platform specific name for the wrapper script. """ if sys.platform.startswith("win"): wname = dname + "\\" + wfile + ".bat" @@ -158,7 +160,8 @@ def main(argv): - """The main function of the script. + """ + The main function of the script. argv is the list of command line arguments. """