blob: 12cee69142f1edc39a9291bfc1c3e7bcd24e7f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[submodule "tools/wptserve"]
path = wptserve
url = https://github.com/w3c/wptserve.git
ignore = dirty
[submodule "tools/pywebsocket"]
path = pywebsocket
url = https://github.com/w3c/pywebsocket.git
ignore = dirty
[submodule "html5lib"]
path = html5lib
url = https://github.com/html5lib/html5lib-python.git
[submodule "tools/six"]
path = six
url = https://github.com/jgraham/six.git
[submodule "pytest"]
path = pytest
url = https://github.com/pytest-dev/pytest.git
[submodule "webdriver"]
path = webdriver
url = https://github.com/w3c/wdclient.git
|