diff --git a/weboob/backend.py b/weboob/backend.py index 68eea904..e3a745b7 100644 --- a/weboob/backend.py +++ b/weboob/backend.py @@ -60,6 +60,8 @@ class BaseBackend(object): DESCRIPTION = '' # License of this module. LICENSE = '' + # Icon file path + ICON = '' # Configuration required for this module. # Values must be ConfigField # objects. CONFIG = {}