Separate the script portion from the library portion; everything that
pertains to the script is now in the if __name__ == "__main__" block. This is in response to a commenton python-dev from Neal Norwitz.
Showing
Please register or sign in to comment