mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
6 lines
83 B
Python
Executable file
6 lines
83 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
|
|
from tools.manifest import update
|
|
|
|
update.main()
|