mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
8 lines
167 B
Python
Executable file
8 lines
167 B
Python
Executable file
#!/usr/bin/env python
|
|
import os
|
|
import sys
|
|
|
|
from tools.manifest import update
|
|
|
|
update.main(default_tests_root=
|
|
os.path.abspath(os.path.dirname(__file__)))
|