Extend the gaudirun.py GaudiConfig2 file lookup to allow full path to modules
With this change we can invoke configuration callables without setting the PYTHONPATH
(for example for testing) with something like:
gaudirun.py path/to/file.py:callable
Closes #192 (closed)