https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 75bb155e54da52dc42d82d8d59abd29c6b88cb2d authored by Philip Jägenstedt on 14 March 2018, 16:00:11 UTC
Remove redundant importScript bits from a .any.js test
Tip revision: 75bb155
README
INSTALL

To install this package to the system, run this:
$ python setup.py build
$ sudo python setup.py install

To install this package as a normal user, run this instead:
$ python setup.py build
$ python setup.py install --user

LAUNCH

To use pywebsocket as Apache module, run this to read the document:
$ pydoc mod_pywebsocket

To use pywebsocket as standalone server, run this to read the document:
$ pydoc mod_pywebsocket.standalone
back to top