[contrib] fix pyflakes in xbmc plugin

This commit is contained in:
Bezleputh 2014-09-02 17:05:43 +02:00
commit 579db854e8
11 changed files with 452 additions and 452 deletions

View file

@ -55,7 +55,7 @@ class Weboobmc():
os.path.join(os.path.expanduser('~'), '.local', 'share')
), 'weboob')
icons_dir = os.path.join(datadir, 'icons')
return os.path.join(icons_dir, '%s.png' % module)
def is_category(self, obj):