web/webconfig.py
changeset 5508 6718ba5db0eb
parent 5489 50e2d8e10638
parent 5500 55a40cc0ab9a
child 5510 d3e155cab542
--- a/web/webconfig.py	Thu May 06 14:29:07 2010 +0200
+++ b/web/webconfig.py	Mon May 10 16:59:32 2010 +0200
@@ -77,7 +77,7 @@
     """the WebConfiguration is a singleton object handling instance's
     configuration and preferences
     """
-    cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views'])
+    cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set([join('web', 'views')])
     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
     uiprops = {'FCKEDITOR_PATH': ''}