Build System: Enable python3 compatibility.
* Consistently use spaces in rest-api-templates/asterisk_processor.py. * Exclude third-party from docs/full-en_US.xml. * Add docs/full-en_US.xml to .gitignore. * Use list() to convert python3 view. * Use python3 print function. * Replace cmp() with equivalent equation. * Replace reference to out of scope subtype variable with name parameter. * Use unescaping triple bracket notation in mustache templates where needed. This causes behavior of Python2 to be maintained when using Python3. * Fix references to has_websocket / is_websocket in res_ari_resource.c.mustache. * Update calculation of has_websocket to use any(). * Use unicode mode for writing output file in transform.py. * Replace 'from swagger_model import *' with explicit import of required symbols. I have not tested spandspflow2pcap.py or voicemailpwcheck.py, only the print syntax has been fixed. Change-Id: If5c5b556a2800d41a3e2cfef080ac2e151178c33
Showing
- Makefile 1 addition, 1 deletionMakefile
- contrib/scripts/refcounter.py 12 additions, 11 deletionscontrib/scripts/refcounter.py
- contrib/scripts/spandspflow2pcap.py 1 addition, 1 deletioncontrib/scripts/spandspflow2pcap.py
- contrib/scripts/voicemailpwcheck.py 5 additions, 5 deletionscontrib/scripts/voicemailpwcheck.py
- doc/.gitignore 1 addition, 0 deletionsdoc/.gitignore
- rest-api-templates/api.wiki.mustache 1 addition, 1 deletionrest-api-templates/api.wiki.mustache
- rest-api-templates/ari_resource.h.mustache 3 additions, 3 deletionsrest-api-templates/ari_resource.h.mustache
- rest-api-templates/asterisk_processor.py 4 additions, 4 deletionsrest-api-templates/asterisk_processor.py
- rest-api-templates/make_ari_stubs.py 3 additions, 2 deletionsrest-api-templates/make_ari_stubs.py
- rest-api-templates/res_ari_resource.c.mustache 2 additions, 4 deletionsrest-api-templates/res_ari_resource.c.mustache
- rest-api-templates/swagger_model.py 9 additions, 10 deletionsrest-api-templates/swagger_model.py
- rest-api-templates/transform.py 7 additions, 2 deletionsrest-api-templates/transform.py
Loading
Please register or sign in to comment