Revision dbab6933d28f439e745bd526d9a4a768f9200ab1 authored by Nic Jansma on 13 March 2018, 01:48:41 UTC, committed by Nic Jansma on 13 March 2018, 01:48:41 UTC
1 parent 8ef3fed
Raw File
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top