all loaded backends are now configured (refs #368)
This commit is contained in:
parent
8afff42465
commit
9581fa0b19
15 changed files with 17 additions and 45 deletions
|
|
@ -35,7 +35,7 @@ class Geolooc(ConsoleApplication):
|
|||
print >>sys.stderr, 'Syntax: %s ipaddr' % argv[0]
|
||||
return 1
|
||||
|
||||
self.load_configured_backends(ICapGeolocIp)
|
||||
self.load_backends(ICapGeolocIp)
|
||||
for backend, location in self.do('get_location', argv[1]):
|
||||
self.format(location)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue