]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
wic: Update Disk description
authorTom Zanussi <tom.zanussi@linux.intel.com>
Fri, 8 Aug 2014 20:24:46 +0000 (15:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 09:52:19 +0000 (10:52 +0100)
Remove obsolete comment.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
scripts/lib/mic/utils/fs_related.py

index 07a5ff995d05935c40678d19e83522257dfa7c7c..cf2a759a0662803ec42f76730d79f33f29e01063 100644 (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