diskimage-builder/diskimage_builder/block_device
Ian Wienand b04c58eca4 blockdevice.py: python3 fixes
keys() is an iterator in python3, so we need to make it list before
finding the first element

Change-Id: Ic158c7b2901c1a34ff417d3432fcefed4760ce24
2017-03-13 19:33:07 +11:00
..
level0 Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
level1 Use OrderedDict for partitions instead of simple dictionary 2017-03-07 15:55:20 +01:00
tests Refactor: block-device handling (local loop) 2016-09-08 04:31:01 +00:00
__init__.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
blockdevice.py blockdevice.py: python3 fixes 2017-03-13 19:33:07 +11:00
blockdevicesetupexception.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
utils.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00