From 247b4739ae444decc2b90a544f3036e24d7bbd20 Mon Sep 17 00:00:00 2001 From: multikatt Date: Mon, 6 Apr 2015 17:21:51 -0400 Subject: [PATCH] Adding docstring --- beetsplug/ipfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/ipfs.py b/beetsplug/ipfs.py index a0f4eb1f9..897b50f29 100644 --- a/beetsplug/ipfs.py +++ b/beetsplug/ipfs.py @@ -11,6 +11,8 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. +"""Adds support for ipfs. Requires go-ipfs and a running ipfs daemon +""" from beets import ui from beets.plugins import BeetsPlugin