...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from . import _common
|
||||
|
||||
BlockDev = _common.BlockDev
|
||||
_BlockDev = _common.BlockDev
|
||||
|
||||
|
||||
@@ -220,3 +220,8 @@ class Disk(object):
|
||||
p.is_hiformatted = True
|
||||
self.is_partitioned = True
|
||||
return()
|
||||
|
||||
class Mount(object):
|
||||
def __init__(self, mount_xml, partobj):
|
||||
self.xml = mount_xml
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user