Remove junk back-slashes
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 07:40:27 +0000 (10:40 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 08:00:26 +0000 (11:00 +0300)
commitbc9d4d1c388495808eb7c0f3535f6f56b79091a8
treeaaef76f5ca5cc898e77c92b6c6c42d271bf61db6
parent3b2e0d650d7f03a467bc5b9628ce37804353bb33
Remove junk back-slashes

In Python we don't need the line-continuation "\" inside (), [], {}.

Suggested by Simon McVittie <simon.mcvittie@collabora.co.uk>.

Change-Id: I2c258cd1099e5c07bd710cd66854f6291c04f623
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
bmaptools/BmapCopy.py
bmaptools/BmapCreate.py
bmaptools/Fiemap.py
bmaptools/TransRead.py
tests/test_api_base.py
tests/test_fiemap.py