diff -r 5d4a943695d1 -r 18aec79ec3a3 goa/tools/laxctl.py --- a/goa/tools/laxctl.py Mon Aug 03 09:37:13 2009 +0200 +++ b/goa/tools/laxctl.py Mon Aug 03 10:50:57 2009 +0200 @@ -28,11 +28,11 @@ # apply monkey patches first from cubicweb.goa import do_monkey_patch do_monkey_patch() - from cubicweb.goa.goavreg import GAERegistry + from cubicweb.goa.goavreg import GAEVregistry from cubicweb.goa.goaconfig import GAEConfiguration #WebConfiguration.ext_resources['JAVASCRIPTS'].append('DATADIR/goa.js') config = GAEConfiguration('toto', applroot) - vreg = GAERegistry(config) + vreg = GAEVregistry(config) vreg.set_schema(config.load_schema()) return vreg