Skip to content

Commit

Permalink
Remove old docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 2, 2013
1 parent f18e162 commit 2ce24f4
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions mopidy_beets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
from __future__ import unicode_literals

import os

from mopidy import ext, config
from mopidy.exceptions import ExtensionError


__doc__ = """A extension for playing music from Beets.
This extension handles URIs starting with ``beets:`` and enables you,
to play music from Beets web service.
See https://github.com/dz0ny/mopidy-beets/ for further instructions on
using this extension.
**Issues:**
https://github.com/dz0ny/mopidy-beets/issues
**Dependencies:**
requests
"""

__version__ = '1.0.2'


Expand Down

0 comments on commit 2ce24f4

Please sign in to comment.