Revision b530caf68b231b3f4ce2e7ba249bdefc412b3e3e authored by youennf on 13 October 2016, 10:50:38 UTC, committed by Josh Matthews on 13 October 2016, 10:50:38 UTC
1 parent 8239344
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