[mount] add python doc strings

This commit is contained in:
Philip 2015-02-21 10:37:56 +01:00 committed by Teo Mrnjavac
parent d7b36e9ff7
commit 016dd71db4

View File

@ -24,7 +24,7 @@ import libcalamares
def mount_partitions(root_mount_point, partitions):
"""
""" Pass back mount point and filesystem for each partition.
:param root_mount_point:
:param partitions:
@ -49,8 +49,7 @@ def mount_partitions(root_mount_point, partitions):
def run():
"""
""" Define mountpoints.
:return:
"""