mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Start organizing platform-specific Python code
This starts to split platform-specific Python code into its own module, which should help to tidy up our mach commands and make things more reusable.
This commit is contained in:
parent
e09f85e17b
commit
5be14ecc3c
14 changed files with 462 additions and 405 deletions
|
@ -77,7 +77,7 @@ import os
|
|||
import os.path as path
|
||||
import re
|
||||
import uuid
|
||||
from servo.command_base import host_triple
|
||||
from servo.platform import host_triple
|
||||
|
||||
def make_id(s):
|
||||
s = s.replace("-", "_").replace("/", "_").replace("\\", "_")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue