Revision 1210ab069bb287d634efc6cd1f7192c17238d482 authored by Masatoshi Kimura on 09 June 2016, 10:52:47 UTC, committed by James Graham on 09 June 2016, 12:53:50 UTC
Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1278381
1 parent 7d18584
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