swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: ea013631149d8605482d0c56131951a58ecd57d7 authored by Kent Tamura on 26 October 2016, 01:18:11 UTC
[html] Reduce the number of tests in reflection-*.html test files.
Tip revision: ea01363
serve.py
from tools.serve import serve

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