From c6815f8fbd85b29956e205449927277f23fd0d3e Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 3 Jul 2010 23:29:07 +0200 Subject: [PATCH] new ICON attribute to set the icon path --- weboob/backend.py | 2 ++ 1 file changed, 2 insertions(+) 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 = {}