adding some mount handling. primarily focused on listing for now.
This commit is contained in:
@@ -41,8 +41,9 @@ class PassMan(object):
|
||||
return(None)
|
||||
|
||||
def _getMount(self):
|
||||
# TODO: mounts xml?
|
||||
self.mount = mounts.MountHandler(self.client)
|
||||
mounts_xml = self.xml.find('.//mounts')
|
||||
self.mount = mounts.MountHandler(self.client, mounts_xml = mounts_xml)
|
||||
return(None)
|
||||
|
||||
def _getURI(self):
|
||||
uri = self.cfg.xml.find('.//uri')
|
||||
|
||||
Reference in New Issue
Block a user