diff -r a93ae0f6c0ad -r de974465d381 server/serverconfig.py --- a/server/serverconfig.py Mon Aug 03 14:14:07 2009 +0200 +++ b/server/serverconfig.py Mon Aug 03 15:16:47 2009 +0200 @@ -85,8 +85,8 @@ SCHEMAS_LIB_DIR = '/usr/share/cubicweb/schemas/' BACKUP_DIR = '/var/lib/cubicweb/backup/' - cubicweb_vobject_path = CubicWebConfiguration.cubicweb_vobject_path | set(['sobjects']) - cube_vobject_path = CubicWebConfiguration.cube_vobject_path | set(['sobjects', 'hooks']) + cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['sobjects']) + cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['sobjects', 'hooks']) options = merge_options(( # ctl configuration