goa/skel/main.py
changeset 2650 18aec79ec3a3
parent 2476 1294a6bdf3bf
child 4212 ab6573088b4a
--- a/goa/skel/main.py	Mon Aug 03 09:37:13 2009 +0200
+++ b/goa/skel/main.py	Mon Aug 03 10:50:57 2009 +0200
@@ -22,8 +22,8 @@
 config = GAEConfiguration('toto', APPLROOT)
 
 # dynamic objects registry
-from cubicweb.goa.goavreg import GAERegistry
-vreg = GAERegistry(config, debug=goa.MODE == 'dev')
+from cubicweb.goa.goavreg import GAEVregistry
+vreg = GAEVregistry(config, debug=goa.MODE == 'dev')
 
 # trigger automatic classes registration (metaclass magic), should be done
 # before schema loading