goa/tools/laxctl.py
changeset 2650 18aec79ec3a3
parent 2476 1294a6bdf3bf
child 4023 eae23c40627a
child 4212 ab6573088b4a
--- 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