new ICON attribute to set the icon path

This commit is contained in:
Romain Bignon 2010-07-03 23:29:07 +02:00
commit c6815f8fbd

View file

@ -60,6 +60,8 @@ class BaseBackend(object):
DESCRIPTION = '<unspecified>'
# License of this module.
LICENSE = '<unspecified>'
# Icon file path
ICON = ''
# Configuration required for this module. # Values must be ConfigField
# objects.
CONFIG = {}