Revision 1210ab069bb287d634efc6cd1f7192c17238d482 authored by Masatoshi Kimura on 09 June 2016, 10:52:47 UTC, committed by James Graham on 09 June 2016, 12:53:50 UTC
Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1278381
1 parent 7d18584
Raw File
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top