capabilities objets inherit from CapBaseObject (refs #369)

This commit is contained in:
Romain Bignon 2010-08-12 17:22:04 +02:00
commit e980e040ba
20 changed files with 126 additions and 102 deletions

View file

@ -37,6 +37,6 @@ class Geolooc(ConsoleApplication):
self.load_configured_backends(ICapGeolocIp)
for backend, location in self.do('get_location', argv[1]):
self.format(location, backend.name)
self.format(location)
return 0