From 016dd71db4b1a17c8c92b3256ef3ae596e19f536 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 21 Feb 2015 10:37:56 +0100 Subject: [PATCH] [mount] add python doc strings --- src/modules/mount/main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/mount/main.py b/src/modules/mount/main.py index 47804729f..5d17b8ba0 100644 --- a/src/modules/mount/main.py +++ b/src/modules/mount/main.py @@ -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: """