mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
use python3 in dump-swagger.py
This commit is contained in:
parent
a84a9a6af7
commit
2dae0c9c49
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# dump-swagger reads all of the swagger API docs used in spec generation and
|
# dump-swagger reads all of the swagger API docs used in spec generation and
|
||||||
# outputs a JSON file which merges them all, for use as input to a swagger UI
|
# outputs a JSON file which merges them all, for use as input to a swagger UI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue