Revision 39c583df1b3857329cbea98bf68bbfab1aff027d authored by Chris Rebert on 25 July 2015, 21:18:02 UTC, committed by Chris Rebert on 25 July 2015, 21:18:02 UTC
1 parent d0b96b9
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