mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
7 lines
83 B
Python
Executable File
7 lines
83 B
Python
Executable File
#!/usr/bin/env python
|
|
import sys
|
|
|
|
from tools.manifest import update
|
|
|
|
update.main()
|