devtools/devctl.py
changeset 2657 de974465d381
parent 2650 18aec79ec3a3
child 2692 bffb0e64736c
--- a/devtools/devctl.py	Mon Aug 03 14:14:07 2009 +0200
+++ b/devtools/devctl.py	Mon Aug 03 15:16:47 2009 +0200
@@ -29,8 +29,8 @@
 class DevCubeConfiguration(ServerConfiguration, WebConfiguration):
     """dummy config to get full library schema and entities"""
     creating = True
-    cubicweb_vobject_path = ServerConfiguration.cubicweb_vobject_path | WebConfiguration.cubicweb_vobject_path
-    cube_vobject_path = ServerConfiguration.cube_vobject_path | WebConfiguration.cube_vobject_path
+    cubicweb_appobject_path = ServerConfiguration.cubicweb_appobject_path | WebConfiguration.cubicweb_appobject_path
+    cube_appobject_path = ServerConfiguration.cube_appobject_path | WebConfiguration.cube_appobject_path
 
     def __init__(self, cube):
         super(DevCubeConfiguration, self).__init__(cube)