Make build compatible with Python 2.6
authorJon Nordby <jon@sqhead.com>
Thu, 6 Feb 2014 18:50:59 +0000 (19:50 +0100)
committerZhigang Gong <zhigang.gong@intel.com>
Mon, 10 Feb 2014 07:26:27 +0000 (15:26 +0800)
commit38d82357747a50715f998e0cda3852ca83871f79
tree316118bc163958fa46f964c06a5681391b45505e
parent7f483194c6170b4d818f3129fc7b931eab75e436
Make build compatible with Python 2.6

Implicit numbers for format specifiers "{}" can only be used on Py2.7+,
and Py2.6 is still in use on for instance CentOS 6.5 and similar.

Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/gen_builtin_vector.py
backend/src/update_blob_ocl_header.py