Revision a6c135a3242adbdd34803f1b839f06a4cfb4159a authored by Anne van Kesteren on 11 August 2016, 13:34:51 UTC, committed by Anne van Kesteren on 11 August 2016, 13:34:51 UTC
This will be clarified in the standard as part of fixing
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20322.
1 parent b53c4bf
Raw File
manifest
#!/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__)))
back to top