mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Minor style tweak
This commit is contained in:
parent
9737b2375e
commit
078d21b6e2
1 changed files with 1 additions and 1 deletions
2
mach
2
mach
|
@ -16,7 +16,7 @@ import sys
|
|||
|
||||
def main(args):
|
||||
topdir = os.path.dirname(sys.argv[0])
|
||||
sys.path[0:0] = [os.path.join(topdir, "python")]
|
||||
sys.path.insert(0, os.path.join(topdir, "python"))
|
||||
import mach_bootstrap
|
||||
mach = mach_bootstrap.bootstrap(topdir)
|
||||
sys.exit(mach.run(sys.argv[1:]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue