description of geolocip backend

This commit is contained in:
Julien Veyssier 2010-11-25 15:55:46 +01:00
commit 89a6c62de4

View file

@ -33,7 +33,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
EMAIL = 'romain@weboob.org'
VERSION = '0.4'
LICENSE = 'GPLv3'
DESCRIPTION = u"IP Adresses geolocalisation"
DESCRIPTION = u"IP Adresses geolocalisation with the API of the site www.geolocalise-ip.com "
CONFIG = ValuesDict(Value('email', label='Username'),
Value('password',label='Password', masked=True))
BROWSER = BaseBrowser