raw.py: kill get_diskinfo()
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 4 Jan 2013 12:04:20 +0000 (14:04 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 10 Jan 2013 12:13:17 +0000 (14:13 +0200)
commit39c09cea114a65fd4d621e55fec1245920461681
treeb102dbf513360264a423b4887db1ff07948eb90c
parent78bc4c4b7959796a3865d630ea6e4b7c3f895d82
raw.py: kill get_diskinfo()

We do not need this function anymore. The only thing we need is to get disk
names. So instead, introduce a 'get_disk_names()' method which simply returns a
list of disk names.

This is a clean-up.

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