bmaptools: put __init__ first
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 13 Aug 2013 09:26:54 +0000 (12:26 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 13 Aug 2013 09:26:54 +0000 (12:26 +0300)
commitc53dff179d371c4ab5384b7e0a844938872f6056
tree1ea8610205f74c667cbd773bf9ba21ab6c2215c9
parent3cdc336ac604a43d3369bd09d4618916c91c2fec
bmaptools: put __init__ first

It is just a common convention to put __init__ at the very beginning of the
class. And let's also put then the __del__ function to be the second.

So this patch does not do any functional modifications, just re-structuring.

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