[umount] add python doc strings

This commit is contained in:
Philip 2015-02-21 10:49:37 +01:00 committed by Teo Mrnjavac
parent be2353e54b
commit d22e194ee7

View File

@ -25,7 +25,7 @@ import libcalamares
def list_mounts(root_mount_point): def list_mounts(root_mount_point):
""" """ List mount points.
:param root_mount_point: :param root_mount_point:
:return: :return:
@ -39,8 +39,7 @@ def list_mounts(root_mount_point):
def run(): def run():
""" """ Unmounts given mountpoints in decreasing order.
:return: :return:
""" """