build: fix warning in python parser
authorAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 11 Nov 2016 14:45:12 +0000 (17:45 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 11 Nov 2016 14:45:12 +0000 (17:45 +0300)
commita88b94cc442e82d19e7dc24055a1712e7a2bcb5b
tree812d4cb10e630274f01dd79134791d629541d403
parentbdf661538d201bf6bc1b692c9b1fe196c93f60a3
build: fix warning in python parser

/usr/lib/python3.5/re.py:203: FutureWarning: split() requires a non-empty pattern match.
  return _compile(pattern, flags).split(string, maxsplit)
modules/python/src2/hdr_parser.py