Revision e769100ad75c12cb38d16baccccba0145f16ab36 authored by Charles Engelke on 10 June 2016, 19:52:10 UTC, committed by Charles Engelke on 10 June 2016, 19:52:10 UTC
1 parent f38d909
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