Note that future versions of Jython are going to remove execFile()
(this function was removed from Python in 3.0).
We might just have to plan on not relying on a set of convenience bindings and use foos = jmri.InstanceManager.getDefault(jmri.FooManager)
for whichever manager is wanted.