Merge pull request #1431 from turt2live/travis/swagger-py3

Use python3 in dump-swagger.py
This commit is contained in:
Travis Ralston 2018-07-19 10:26:06 -06:00 committed by GitHub
commit 2db970ad6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# outputs a JSON file which merges them all, for use as input to a swagger UI