i...should probably be using xs:ID?

This commit is contained in:
brent s
2019-10-31 18:32:56 -04:00
parent c4386d55d1
commit 1ea84cbac0
7 changed files with 160 additions and 35 deletions

View File

@@ -1,4 +1,8 @@
from aif.disk.block import Disk, Partition
from aif.disk.lvm import LV
from aif.disk.mdadm import Array
class LUKS(object):
def __init__(self):
def __init__(self, partobj):
self.devpath = None
pass