RawImageCreator: do not use double with statement
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 29 Oct 2012 13:34:47 +0000 (15:34 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 5 Nov 2012 13:08:35 +0000 (15:08 +0200)
commit1647ca7c72f0f1a2a7459464ecec0f2e7d6735e4
treecf07a251fedb9fa83f708b9067dc9b248c77ef38
parent84ce3b5e4d2d438ef0fcaf5db300a7b21c6f1d98
RawImageCreator: do not use double with statement

Double with statements are only supported starting from python-2.7, while
mic is 2.5-compatible. Turn the double with statement in the bmap generation
code to 2 single with statements.

Change-Id: I2ce186b4a9be8b7746c88bb96c98f4af470fa7d8
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py