https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b067367c0d6ee430fab16403aa2964c95663e59c authored by Michael[tm] Smith on 23 June 2015, 10:22:34 UTC
Removed {% raw %} and {% endraw %} stuff.
Tip revision: b067367
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