(native)
| 41 | return make_UNIX (native) |
| 42 | |
| 43 | def make_UNIX (native): |
| 44 | |
| 45 | # VP: I have no idea now 'native' can be empty here! But it can! |
| 46 | assert (native) |
| 47 | |
| 48 | return os.path.normpath (native) |
| 49 | |
| 50 | @bjam_signature((["path"],)) |
| 51 | def native (path): |