https://github.com/web-platform-tests/wpt
Revision 74803c64eaf541d3792ee44d9b496865631529da authored by Matt Wolenetz on 19 August 2016, 01:46:40 UTC, committed by Matt Wolenetz on 19 August 2016, 02:03:54 UTC
1 parent c0d3c47
Raw File
Tip revision: 74803c64eaf541d3792ee44d9b496865631529da authored by Matt Wolenetz on 19 August 2016, 01:46:40 UTC
Stamp Chromium+W3C license onto media-source/ files that originated in Blink
Tip revision: 74803c6
serve.py
from tools.serve import serve

def main():
    serve.main()
back to top