equal
deleted
inserted
replaced
73 |
73 |
74 class WebConfiguration(CubicWebConfiguration): |
74 class WebConfiguration(CubicWebConfiguration): |
75 """the WebConfiguration is a singleton object handling instance's |
75 """the WebConfiguration is a singleton object handling instance's |
76 configuration and preferences |
76 configuration and preferences |
77 """ |
77 """ |
78 cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views']) |
78 cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set([join('web', 'views')]) |
79 cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views']) |
79 cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views']) |
80 |
80 |
81 options = merge_options(CubicWebConfiguration.options + ( |
81 options = merge_options(CubicWebConfiguration.options + ( |
82 ('anonymous-user', |
82 ('anonymous-user', |
83 {'type' : 'string', |
83 {'type' : 'string', |