pylint fixes

This commit is contained in:
Romain Bignon 2011-05-08 17:51:06 +02:00
commit 2825ff643b
3 changed files with 7 additions and 11 deletions

View file

@ -74,8 +74,6 @@ class BaseBackend(object):
DESCRIPTION = '<unspecified>'
# License of this backend.
LICENSE = '<unspecified>'
# Icon file path
ICON = None
# Configuration required for this backend.
# Values must be weboob.tools.value.Value objects.
CONFIG = {}