[galaxy-commits] commit/galaxy-central: natefoo: Make loading of job runners dynamic. Changes to lib/galaxy/config.py and lib/galaxy/jobs/__init__.py are no longer required. Existing runners which are not part of the Galaxy source will need to define the class name to instantiate in the __all__ list in the runner. See the included runners for an example.