cubicweb/web/webconfig.py
changeset 11900 8496135b6dc1
parent 11794 d8830e2bd2e0
child 11913 4516c3956d46
equal deleted inserted replaced
11899:bf6106b91633 11900:8496135b6dc1
    80 
    80 
    81 class WebConfiguration(CubicWebConfiguration):
    81 class WebConfiguration(CubicWebConfiguration):
    82     """the WebConfiguration is a singleton object handling instance's
    82     """the WebConfiguration is a singleton object handling instance's
    83     configuration and preferences
    83     configuration and preferences
    84     """
    84     """
    85     cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set([join('web', 'views')])
    85     cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web.views'])
    86     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
    86     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
    87 
    87 
    88     options = merge_options(CubicWebConfiguration.options + (
    88     options = merge_options(CubicWebConfiguration.options + (
    89         ('repository-uri',
    89         ('repository-uri',
    90          {'type' : 'string',
    90          {'type' : 'string',