goa/goavreg.py
changeset 9 1901fcf55ed4
parent 0 b97547f5f1fa
child 1802 d628defebc17
--- a/goa/goavreg.py	Thu Nov 06 16:28:25 2008 +0100
+++ b/goa/goavreg.py	Thu Nov 06 15:52:25 2008 -0800
@@ -16,7 +16,7 @@
 def _pkg_name(cube, module):
     if cube is None:
         return module
-    return '%s.%s' % (cube, module)
+    return 'cubes.%s.%s' % (cube, module)
 
 class GAERegistry(CubicWebRegistry):