Index: tools/scan-view/share/Reporter.py =================================================================== --- tools/scan-view/share/Reporter.py +++ tools/scan-view/share/Reporter.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """Methods for reporting bugs.""" import subprocess, sys, os Index: tools/scan-view/share/startfile.py =================================================================== --- tools/scan-view/share/startfile.py +++ tools/scan-view/share/startfile.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """Utility for opening a file using the default application in a cross-platform manner. Modified from http://code.activestate.com/recipes/511443/. """