repl: interactive add of backends when no one is loaded at startup
This commit is contained in:
parent
aee0e49cc8
commit
04037e7893
13 changed files with 144 additions and 106 deletions
|
|
@ -29,9 +29,7 @@ class Geolooc(ReplApplication):
|
|||
APPNAME = 'geolooc'
|
||||
VERSION = '0.1'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def load_default_backends(self):
|
||||
self.load_backends(ICapGeolocIp)
|
||||
CAPS = ICapGeolocIp
|
||||
|
||||
def main(self, argv):
|
||||
if len(argv) < 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue