mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-06 10:30:42 +00: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__)))
|