Added alias umount() to unmount().
This commit is contained in:
parent
d2804993db
commit
4ac2528822
|
|
@ -327,6 +327,9 @@ class Partition():
|
|||
self.mountpoint = None
|
||||
return True
|
||||
|
||||
def umount(self):
|
||||
return self.unmount()
|
||||
|
||||
def filesystem_supported(self):
|
||||
"""
|
||||
The support for a filesystem (this partition) is tested by calling
|
||||
|
|
|
|||
Loading…
Reference in New Issue