If someone clone a pymake directory to a new name, the import will fail as we use the name of the root repo in the modules.
- One way is to add
sys.path.append("..") in every module file generated (under spec/, script/ and model/)
- how to handle module in pmk.cfg ?