web/webconfig.py
branchstable
changeset 5500 55a40cc0ab9a
parent 5456 d040889fac4e
child 5508 6718ba5db0eb
child 5515 513af9be9e37
equal deleted inserted replaced
5499:2a5cc708c2a0 5500:55a40cc0ab9a
    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',