(self)
| 603 | make_symlink(temp_borders, os.path.join(self.paths.draft_path, "borders")) |
| 604 | |
| 605 | def setup_osm2ft(self): |
| 606 | for x in os.listdir(self.paths.osm2ft_path): |
| 607 | p = os.path.join(self.paths.osm2ft_path, x) |
| 608 | if os.path.isfile(p) and x.endswith(".mwm.osm2ft"): |
| 609 | shutil.move(p, os.path.join(self.paths.mwm_path, x)) |