web/webconfig.py
changeset 2657 de974465d381
parent 2552 1ea2f2ff5dca
child 3200 747d17498cca
--- a/web/webconfig.py	Mon Aug 03 14:14:07 2009 +0200
+++ b/web/webconfig.py	Mon Aug 03 15:16:47 2009 +0200
@@ -63,8 +63,8 @@
     """the WebConfiguration is a singleton object handling instance's
     configuration and preferences
     """
-    cubicweb_vobject_path = CubicWebConfiguration.cubicweb_vobject_path | set(['web/views'])
-    cube_vobject_path = CubicWebConfiguration.cube_vobject_path | set(['views'])
+    cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views'])
+    cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
 
     options = merge_options(CubicWebConfiguration.options + (
         ('anonymous-user',