(root=None)
| 535 | return os.path.join(get_source_root_dir(), os.pardir) |
| 536 | |
| 537 | def tao_bridge_dir(root=None): |
| 538 | if root is None: |
| 539 | root = get_source_root_dir() |
| 540 | return os.path.join(root, "tao", "tao_bridge") |
| 541 | |
| 542 | def tao_ral_dir(root=None): |
| 543 | if root is None: |