fix method inheritance bug

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2013-12-21 23:08:13 +01:00 committed by Florent
commit 77dd46fa02
2 changed files with 3 additions and 3 deletions

View file

@ -59,4 +59,4 @@ class ICapAudio(ICapFile):
:type id: str
:rtype: :class:`BaseAudio`]
"""
return self.get_file(self, id)
return self.get_file(id)