python: Stop using the string module
authorMathieu Bridon <bochecha@daitauha.fr>
Thu, 5 Jul 2018 13:17:36 +0000 (15:17 +0200)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 24 Jul 2018 18:07:04 +0000 (11:07 -0700)
commitfdf946ffbfa23afde1b42fd8a342f5c42e413cc0
tree6e7828c7673c36de634884ead541e3b46ba62a7a
parent1d209275c29886bac218d77135f61ae52464a1be
python: Stop using the string module

Most functions in the builtin string module also exist as methods of
string objects.

Since the functions were removed from the string module in Python 3,
using the instance methods directly makes the code compatible with both
Python 2 and Python 3.

Signed-off-by: Mathieu Bridon <bochecha@daitauha.fr>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mapi/glapi/gen/glX_proto_common.py
src/mapi/glapi/gen/glX_proto_send.py
src/mapi/glapi/gen/gl_XML.py
src/mapi/glapi/gen/typeexpr.py