Revision 5490004b22efe3a1111867e6a2e723f0991b12d5 authored by Boris Zbarsky on 18 May 2016, 12:23:16 UTC, committed by James Graham on 18 May 2016, 12:23:19 UTC
Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1273529
1 parent 436463d
Raw File
serve.py
from tools.serve import serve

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