wic: Update Disk description

Remove obsolete comment.

(From OE-Core rev: d39c76f24a50c9359840c0959fb50fc6da0960cd)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi
2014-08-08 15:24:46 -05:00
committed by Richard Purdie
parent ff1aa2358e
commit a43c1f9420

View File

@@ -60,11 +60,8 @@ def makedirs(dirname):
raise
class Disk:
"""Generic base object for a disk
The 'create' method must make the disk visible as a block device - eg
by calling losetup. For RawDisk, this is obviously a no-op. The 'cleanup'
method must undo the 'create' operation.
"""
Generic base object for a disk.
"""
def __init__(self, size, device = None):
self._device = device