Added alias umount() to unmount().

This commit is contained in:
Anton Hvornum 2021-03-14 12:25:06 +01:00
parent d2804993db
commit 4ac2528822
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 3 additions and 0 deletions

View File

@ -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