Revision 79196d4e5345634b215ba088b4f25a034cf39a5f authored by Domenic Denicola on 23 June 2017, 21:43:05 UTC, committed by Domenic Denicola on 30 June 2017, 20:23:27 UTC
Follows https://github.com/whatwg/dom/pull/469.
1 parent 13b0e2d
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