mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
167 B
Python
Executable File
9 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__)))
|