Document 'provider' arg to LibraryController()

This commit is contained in:
Stein Magnus Jodal 2010-11-02 23:56:15 +01:00
parent 5ada4709bd
commit fa4818095f

View File

@ -6,6 +6,8 @@ class LibraryController(object):
"""
:param backend: backend the controller is a part of
:type backend: :class:`BaseBackend`
:param provider: provider the controller should use
:type provider: instance of :class:`BaseLibraryProvider`
"""
def __init__(self, backend, provider):