summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/mic/utils/fs_related.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/lib/mic/utils/fs_related.py b/scripts/lib/mic/utils/fs_related.py
index 07a5ff995d..cf2a759a06 100644
--- a/scripts/lib/mic/utils/fs_related.py
+++ b/scripts/lib/mic/utils/fs_related.py
@@ -60,11 +60,8 @@ def makedirs(dirname):
60 raise 60 raise
61 61
62class Disk: 62class Disk:
63 """Generic base object for a disk 63 """
64 64 Generic base object for a disk.
65 The 'create' method must make the disk visible as a block device - eg
66 by calling losetup. For RawDisk, this is obviously a no-op. The 'cleanup'
67 method must undo the 'create' operation.
68 """ 65 """
69 def __init__(self, size, device = None): 66 def __init__(self, size, device = None):
70 self._device = device 67 self._device = device