Finding Python modules in groovy and with catkin?
Suppose I have a package with two sub directories "src" and "test". Suppose I have a module "a.py" in "src". How do I in a script in "test" import from "a.py"? What is the correct method with regard to finding "a.py" when executing?