I noticed that PyDP4.py was executable but PyDP4_GUI.py was not. This adds the executable flag to the file, which is invisible to source control. Additionally, the Python shebang has been placed at the top of the file so that it isn't necessary to call it via the Python interpreter.
I noticed that PyDP4.py was executable but PyDP4_GUI.py was not. This adds the executable flag to the file, which is invisible to source control. Additionally, the Python shebang has been placed at the top of the file so that it isn't necessary to call it via the Python interpreter.