BmapCreate.py: stop using logger for the bmap output
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 11:19:33 +0000 (13:19 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 14:55:20 +0000 (16:55 +0200)
commit9298d7392d023522426f7ec84874015e411605a3
tree7540865b5ac44b570339364af0e3d33cf015bb2d
parent2085bc12022de8a3770eff5f9f139f0c8d26288b
BmapCreate.py: stop using logger for the bmap output

It is an overkill to use a logger object to output the bmap, and it is also
rather difficult for the users. Instead, make 'BmapCreate' accept a file-like
object for the output, not a logger object.

Change-Id: I7cf83dc8e0c43f762449e7fcf200b1f8b66359c5
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
bmaptools/BmapCreate.py