swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 601982949bd7c58e9b19e60c41943fba08a45766 authored by Chris Lilley on 27 March 2018, 02:17:29 UTC
update rel help
Tip revision: 6019829
wpt
#!/usr/bin/env python

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